Skip to content

Commit d0b1107

Browse files
[RDCC-6234] -Fix for CVE-2023-24998 (#502)
1 parent 5d913c0 commit d0b1107

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def versions = [
3535
jackson : '2.14.0-rc1',
3636
launchDarklySdk : '5.10.2',
3737
pact_version : '4.1.7',
38-
log4j : '2.17.1',
38+
log4j : '2.18.0',
3939
springVersion : '5.3.20',
4040
logback : '1.2.11',
4141
bytebuddy : '1.12.7',
@@ -462,6 +462,11 @@ dependencyManagement {
462462
entry 'spring-cloud-starter-openfeign'
463463
entry 'spring-cloud-openfeign-core'
464464
}
465+
466+
//CVE-2023-24998
467+
dependencySet(group: 'commons-fileupload', version: '1.5') {
468+
entry 'commons-fileupload'
469+
}
465470
}
466471
}
467472

config/owasp/suppressions.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@
1010
<cve>CVE-2022-45688</cve>
1111
</suppress>
1212

13-
<suppress>
14-
<notes>commons-fileupload</notes>
15-
<cve>CVE-2023-24998</cve>
16-
</suppress>
1713
</suppressions>

0 commit comments

Comments
 (0)