Skip to content

Commit

Permalink
Merge pull request #1931 from hmcts/AM-2728_CVE-2022-1471_Fix
Browse files Browse the repository at this point in the history
AM-2728 CVE-2022-1471 snakeyaml 2.0, springBoot 2.7.12, launchDarklyS…
  • Loading branch information
mikebrownccd authored Jul 10, 2023
2 parents 4639e8d + 8344edf commit d3b8677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apply plugin: 'project-report'
apply plugin: 'idea'
apply plugin: 'io.spring.dependency-management'

ext['snakeyaml.version'] = '1.32'
ext['snakeyaml.version'] = '2.0'

def versions = [
junit : '5.9.0',
Expand All @@ -46,7 +46,7 @@ def versions = [
reformS2sClient: '4.0.2',
serenity : '2.2.12',
sonarPitest : '0.5',
springBoot : '2.6.15',
springBoot : '2.7.12',
spring : '5.3.27',
springSecurity : '5.7.8',
springHystrix : '2.1.1.RELEASE',
Expand All @@ -56,7 +56,7 @@ def versions = [
cucumber : '5.7.0',
feign_jackson : '12.1',
drools : '7.69.0.Final',
launchDarklySdk: '5.10.7',
launchDarklySdk: '5.10.8',
log4JVersion : '2.19.0',
logbackVersion : '1.2.10'
]
Expand Down
4 changes: 0 additions & 4 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
https://tools.hmcts.net/jira/browse/AM-2840 json-java</notes>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes>CVE-2022-1471 https://tools.hmcts.net/jira/browse/AM-2728 snakeyaml</notes>
<cve>CVE-2022-1471</cve>
</suppress>
<suppress>
<notes>https://tools.hmcts.net/jira/browse/AM-2839 jackson-databind</notes>
<cve>CVE-2023-35116</cve>
Expand Down

0 comments on commit d3b8677

Please sign in to comment.