Skip to content

Commit c7161c2

Browse files
committed
Fix security vulnerabilities in org.json dependency [ci fast]
Update WireMock to 3.13.1 and explicitly set org.json to 20240303 to address CVE-2022-45688 and CVE-2023-5072 DoS vulnerabilities. Resolves Dependabot alerts #76 and #109. Signed-off-by: Claude <[email protected]> Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 74d1b78 commit c7161c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/nf-tower/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ dependencies {
5858
testImplementation "org.apache.groovy:groovy-nio:4.0.29"
5959
testImplementation "org.apache.groovy:groovy-json:4.0.29"
6060
// wiremock required by TowerFusionEnvTest
61-
testImplementation "org.wiremock:wiremock:3.5.4"
61+
testImplementation "org.wiremock:wiremock:3.13.1"
62+
// Address security vulnerabilities CVE-2022-45688 and CVE-2023-5072
63+
testImplementation 'org.json:json:20240303'
6264
}

0 commit comments

Comments
 (0)