We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071eeaa commit a8a3e98Copy full SHA for a8a3e98
build.gradle
@@ -75,6 +75,11 @@ dependencies {
75
pluginLibs ('com.nimbusds:nimbus-jose-jwt:9.37.3') {
76
because "CVE-2023-1370, CVE-2021-31684, CVE-2023-52428"
77
}
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
+ }
83
84
85
0 commit comments