From c2819963d22b2577e3fcf9a16e6b791d5c6bb54d Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 21 Jul 2023 15:34:07 +0200 Subject: [PATCH 1/2] Replace custom actions executing bat files to by quiet exec custom actions to surpress shown command prompts Closes #GHSA-9c9p-c3mg-hpjq (cherry picked from commit fb1ba6390dfcb7028be0eb051b893b744c0444dc) --- dist/win/resources/main.wxs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dist/win/resources/main.wxs b/dist/win/resources/main.wxs index df73b195f7..c940b9f9a5 100644 --- a/dist/win/resources/main.wxs +++ b/dist/win/resources/main.wxs @@ -132,11 +132,17 @@ + + - + + - + + From 4e3b2e0be03fd564f465af1a8cfe24fae9efb1b8 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 --- suppression.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/suppression.xml b/suppression.xml index e7cc4ea65e..b7e99d5897 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