diff --git a/build.gradle b/build.gradle
index 05525921e..b7a7e7513 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
buildscript {
dependencies {
- classpath("net.serenity-bdd:serenity-gradle-plugin:2.3.6")
+ classpath("net.serenity-bdd:serenity-gradle-plugin:2.4.34")
}
}
plugins {
@@ -283,6 +283,10 @@ dependencyManagement {
entry 'tomcat-embed-el'
entry 'tomcat-embed-websocket'
}
+ //CVE-2023-24998
+ dependencySet(group: 'commons-fileupload', version: '1.5') {
+ entry 'commons-fileupload'
+ }
// CVE-2021-22060, CVE-2022-22965, CVE-2022-22950, CVE-2022-22971, CVE-2022-22968, CVE-2022-22970
dependency(group: 'org.springframework', name: 'spring-corespring-core', version: '5.3.22') //remove this line after spring boot upgrade to 2.7.7 and spring frame work to 6.0
}
diff --git a/config/owasp/suppressions.xml b/config/owasp/suppressions.xml
index 3f594b61f..fe5bca0e2 100644
--- a/config/owasp/suppressions.xml
+++ b/config/owasp/suppressions.xml
@@ -45,7 +45,6 @@
CVE-2021-4235
CVE-2022-3064
-
CVE-2022-22978 suppression (false positive), because spring security already at (5.7.5) this is higher than the vulnerable versions
(5.5.x prior to 5.5.7, 5.6.x prior to 5.6.4)
@@ -65,5 +64,7 @@
CVE-2022-31692
CVE-2022-31690
-
+
+ CVE-2022-45688
+