Skip to content

Commit a8a3e98

Browse files
committed
Pin the okhttp version to 4.12.0
1 parent 071eeaa commit a8a3e98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ dependencies {
7575
pluginLibs ('com.nimbusds:nimbus-jose-jwt:9.37.3') {
7676
because "CVE-2023-1370, CVE-2021-31684, CVE-2023-52428"
7777
}
78+
// Pins the version to avoid a dependency on okhttp 3.14.9 that suffers from the CVE.
79+
// This version of okhttp is inline with the one used in Rundeck 5.9.x
80+
pluginLibs ('com.squareup.okhttp3:okhttp:4.12.0') {
81+
because "CVE-2023-3635"
82+
}
7883
}
7984

8085
}

0 commit comments

Comments
 (0)