Skip to content

Commit

Permalink
Merge pull request #1726 from hmcts/AM-3085_CVE-2023-33202_Fix
Browse files Browse the repository at this point in the history
DTSAM-91 CVE 2023 33202 fix
mikebrownccd authored Jan 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 2294739 + cdd970c commit ef6e60e
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -346,7 +346,7 @@ dependencies {
implementation group: 'org.springframework.security', name:'spring-security-oauth2-resource-server', version: versions.springSecurity
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.5'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.2.10.RELEASE'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.7'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.8'
implementation group: 'org.springframework.hateoas', name: 'spring-hateoas', version: '1.5.6'
implementation group: 'org.springframework', name: 'spring-core', version: versions.spring
implementation group: 'org.springframework', name: 'spring-beans', version: versions.spring
@@ -361,7 +361,6 @@ dependencies {
implementation group: 'org.springframework', name: 'spring-tx', version: versions.spring
implementation group: 'org.springframework', name: 'spring-web', version: versions.spring
implementation group: 'org.springframework', name: 'spring-webmvc', version: versions.spring
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'

implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.8'
implementation group: 'com.github.hmcts', name:'properties-volume-spring-boot-starter', version:'0.1.1'
4 changes: 0 additions & 4 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
@@ -12,8 +12,4 @@
<notes>https://tools.hmcts.net/jira/browse/AM-3065 azure</notes>
<cve>CVE-2023-36052</cve>
</suppress>
<suppress>
<notes>https://tools.hmcts.net/jira/browse/AM-3085 bouncycastle</notes>
<cve>CVE-2023-33202</cve>
</suppress>
</suppressions>

0 comments on commit ef6e60e

Please sign in to comment.