Skip to content

Commit

Permalink
RDCC-5534: Upgrading launchdarkly-java-server-sdk & snakeyaml (#368)
Browse files Browse the repository at this point in the history
* RDCC-5534: Upgrading `launchdarkly-java-server-sdk` & `snakeyaml`

* RDCC-5534: removing suppression of `launchdarkly-java-server-sdk` CVEs

* RDCC-5534: updating `snakeyaml` dependency
  • Loading branch information
AdilHMCTS authored Oct 3, 2022
1 parent dd74393 commit a6dfe09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
20 changes: 2 additions & 18 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def versions = [
springfoxSwagger : '2.9.2',
restAssured : '4.3.3',
jackson : '2.13.2',
launchDarklySdk : '5.8.1',
launchDarklySdk : '5.10.2',
pact_version : '4.1.7',
log4j : '2.17.1',
springVersion : '5.3.20',
Expand Down Expand Up @@ -417,23 +417,7 @@ dependencies {
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springBoot


testImplementation(group: 'org.yaml', name: 'snakeyaml') {
version {
strictly '1.31'
}
}

integrationTestImplementation(group: 'org.yaml', name: 'snakeyaml') {
version {
strictly '1.31'
}
}

functionalTestImplementation(group: 'org.yaml', name: 'snakeyaml') {
version{
strictly '1.31'
}
}
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.33'

contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'junit5', version: versions.pact_version
contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'junit5', version: versions.pact_version
Expand Down
8 changes: 0 additions & 8 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,4 @@
]]></notes>
<cve>CVE-2022-34305</cve>
</suppress>
<suppress>
<notes>Suppressed due to unavailability of updated version of launchdarkly-java-server-sdk</notes>
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2022-25857</cve>
<cve>CVE-2022-38749</cve>
<cve>CVE-2022-38750</cve>
<cve>CVE-2022-38751</cve>
</suppress>
</suppressions>

0 comments on commit a6dfe09

Please sign in to comment.