From d788070eb8da3954f6c20d6bf9ac38df0cf9cd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 16 Jan 2023 07:40:03 +0100 Subject: [PATCH] Ignore CVE-2022-1471 It doesn't affect the project --- pom.xml | 1 + suppressions.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 suppressions.xml diff --git a/pom.xml b/pom.xml index 389ed5a..8310586 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,7 @@ html json + suppressions.xml diff --git a/suppressions.xml b/suppressions.xml new file mode 100644 index 0000000..eebe993 --- /dev/null +++ b/suppressions.xml @@ -0,0 +1,10 @@ + + + + + ^pkg:maven/org\.yaml/snakeyaml@.*$ + CVE-2022-1471 + + \ No newline at end of file