Skip to content

Commit

Permalink
CCD-5950: (#310)
Browse files Browse the repository at this point in the history
Fix CVE-2024-38820, upgraded springSecurity from 5.8.10 to 5.8.15

Co-authored-by: shahirali <shahirali@outlook.com>
  • Loading branch information
shahir-ali and shahir145 authored Dec 12, 2024
1 parent e032e1c commit 080e8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ext {
}

ext['spring-framework.version'] = '5.3.27'
ext['spring-security.version'] = '5.8.10'
ext['spring-security.version'] = '5.8.15'
ext['log4j2.version'] = '2.17.1'
ext['jackson.version'] = '2.16.0'
ext['snakeyaml.version'] = '2.0'
Expand Down
4 changes: 1 addition & 3 deletions dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
<notes>Temporary Suppression
CVE-2022-45688 refer https://tools.hmcts.net/jira/browse/CCD-4373
CVE-2023-5072 refer [Ticket]

CVE-2024-38820 refer [Ticket]</notes>
</notes>
<cve>CVE-2022-45688</cve>
<cve>CVE-2023-5072</cve>
<cve>CVE-2024-38820</cve>
</suppress>
</suppressions>

0 comments on commit 080e8c9

Please sign in to comment.