From f4fc8811efc4674bd8aa961e524b97e6b561c601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 16 Jan 2023 08:14:26 +0100 Subject: [PATCH] Suppress SnakeYaml detections --- suppressions.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/suppressions.xml b/suppressions.xml index eebe993..bffe3ec 100644 --- a/suppressions.xml +++ b/suppressions.xml @@ -2,9 +2,16 @@ + file name: snakeyaml-1.33.jar + ]]> ^pkg:maven/org\.yaml/snakeyaml@.*$ - CVE-2022-1471 + CVE-2021-4235 + + + + ^pkg:maven/org\.yaml/snakeyaml@.*$ + CVE-2022-3064 \ No newline at end of file