Skip to content

Commit 080e8c9

Browse files
CCD-5950: (#310)
Fix CVE-2024-38820, upgraded springSecurity from 5.8.10 to 5.8.15 Co-authored-by: shahirali <shahirali@outlook.com>
1 parent e032e1c commit 080e8c9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ ext {
144144
}
145145

146146
ext['spring-framework.version'] = '5.3.27'
147-
ext['spring-security.version'] = '5.8.10'
147+
ext['spring-security.version'] = '5.8.15'
148148
ext['log4j2.version'] = '2.17.1'
149149
ext['jackson.version'] = '2.16.0'
150150
ext['snakeyaml.version'] = '2.0'

dependency-check-suppressions.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
<notes>Temporary Suppression
44
CVE-2022-45688 refer https://tools.hmcts.net/jira/browse/CCD-4373
55
CVE-2023-5072 refer [Ticket]
6-
7-
CVE-2024-38820 refer [Ticket]</notes>
6+
</notes>
87
<cve>CVE-2022-45688</cve>
98
<cve>CVE-2023-5072</cve>
10-
<cve>CVE-2024-38820</cve>
119
</suppress>
1210
</suppressions>

0 commit comments

Comments
 (0)