From fe5830c26b35112c1716770c03d84a54b5834c4f Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sun, 8 Nov 2020 08:30:24 +0100 Subject: [PATCH] WW-5094 Upgrades Spring and suppresses some TestNG dependencies --- pom.xml | 2 +- src/etc/project-suppression.xml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1fcaacacc..accf230f0 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ 2.13.3 3.2.14 1.7.30 - 4.3.26.RELEASE + 4.3.29.RELEASE 3.0.8 1.0.7 diff --git a/src/etc/project-suppression.xml b/src/etc/project-suppression.xml index 35b6e5348..80104ee2d 100644 --- a/src/etc/project-suppression.xml +++ b/src/etc/project-suppression.xml @@ -168,4 +168,26 @@ ^pkg:maven/net\.sf\.oval/oval@.*$ cpe:/a:xstream_project:xstream + + + + ^pkg:maven/com\.google\.guava/guava@.*$ + CVE-2018-10237 + + + + ^pkg:maven/org\.yaml/snakeyaml@.*$ + CVE-2017-18640 + + + + ^pkg:javascript/jquery@.*$ + CVE-2020-11022 + + + + ^pkg:javascript/jquery@.*$ + CVE-2020-11023 + + \ No newline at end of file