diff --git a/plugins/oval/pom.xml b/plugins/oval/pom.xml index 641968bc2..3f9dda05e 100644 --- a/plugins/oval/pom.xml +++ b/plugins/oval/pom.xml @@ -36,6 +36,12 @@ net.sf.oval oval + + + com.thoughtworks.xstream + xstream + + diff --git a/pom.xml b/pom.xml index 43d0d07c0..c866e545b 100644 --- a/pom.xml +++ b/pom.xml @@ -1081,7 +1081,7 @@ org.testng testng - 7.4.0 + 7.5 diff --git a/src/etc/project-suppression.xml b/src/etc/project-suppression.xml index 80104ee2d..be1c572b1 100644 --- a/src/etc/project-suppression.xml +++ b/src/etc/project-suppression.xml @@ -168,6 +168,16 @@ ^pkg:maven/net\.sf\.oval/oval@.*$ cpe:/a:xstream_project:xstream + + + ^pkg:maven/com\.thoughtworks\.xstream/xstream@.*$ + CVE-2022-40151 + CVE-2022-40152 + CVE-2022-40153 + CVE-2022-40154 + CVE-2022-40155 + CVE-2022-40156 + @@ -189,5 +199,22 @@ ^pkg:javascript/jquery@.*$ CVE-2020-11023 - - \ No newline at end of file + + + ^pkg:maven/org\.testng/testng@.*$ + CVE-2022-4065 + + + + ^pkg:maven/org\.springframework/spring\-.*@.*$ + CVE-2022-22965 + CVE-2022-22950 + CVE-2022-22968 + CVE-2022-22970 + + + + ^pkg:maven/org\.springframework/spring\-web@.*$ + CVE-2016-1000027 + +