From 9aae71b515417871cbd2ea1d5f62acf1ae2bb636 Mon Sep 17 00:00:00 2001 From: Nate Danner Date: Thu, 8 Dec 2022 11:43:33 -0800 Subject: [PATCH] chore: update suppressions for new false positives (#86) --- suppressions.xml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/suppressions.xml b/suppressions.xml index 3222f4c..b2e7f34 100644 --- a/suppressions.xml +++ b/suppressions.xml @@ -1,12 +1,22 @@ - + - ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@2.13.4.*$ - CVE-2022-42003 + file name: woodstox-core-6.3.1.jar + Severity: HIGH + False positive. We do not use woodstox and it will be updated with the next spring cloud + dependencies. + ]]> + ^pkg:maven/com\.fasterxml\.woodstox/woodstox\-core@.*$ + CVE-2022-40152 + + + + ^pkg:maven/org\.yaml/snakeyaml@.*$ + CVE-2022-1471 \ No newline at end of file