From 8ed1878035be587b5754f8d9e20576107197daef Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 21 Jul 2023 17:07:33 +0200 Subject: [PATCH 1/2] prepare 1.9.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 38c917a77..467a40ed3 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.cryptomator cryptomator - 1.9.1 + 1.9.2 Cryptomator Desktop App From 807e718d13dd96842f149e627664f706f78b8286 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 21 Jul 2023 16:50:27 +0200 Subject: [PATCH 2/2] supress non affecting cve (cherry picked from commit 4e3b2e0be03fd564f465af1a8cfe24fae9efb1b8) --- suppression.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/suppression.xml b/suppression.xml index e7cc4ea65..b7e99d589 100644 --- a/suppression.xml +++ b/suppression.xml @@ -55,4 +55,12 @@ CVE-2022-45688 + + + ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$ + CVE-2023-35116 + + \ No newline at end of file