Skip to content

Commit

Permalink
Merge pull request #34 from rundeck-plugins/RUN-1774-2
Browse files Browse the repository at this point in the history
RUN-1774: Add constraint for nimbus-jose, exclude json-smart
  • Loading branch information
ltamaster authored Jun 2, 2023
2 parents 8490c53 + 8dd1e75 commit c965ce6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ dependencies {

pluginLibs (group: 'com.microsoft.azure', name: 'azure', version: '1.41.4'){
exclude group: "com.fasterxml.jackson.core"
exclude group: "net.minidev", module: "json-smart"
}
pluginLibs (group: 'com.microsoft.azure', name: 'azure-storage', version: '8.6.6') {
exclude group: "com.fasterxml.jackson.core"
exclude group: "net.minidev", module: "json-smart"
}
pluginLibs group: 'commons-net', name: 'commons-net', version: '3.9.0'
pluginLibs group: 'commons-io', name: 'commons-io', version: '2.12.0'
Expand All @@ -64,8 +66,8 @@ dependencies {
pluginLibs("com.squareup.retrofit2:adapter-rxjava:2.9.0") {
because "retrofit version by azure affected by CVE-2018-1000844"
}
pluginLibs("net.minidev:json-smart:2.4.11") {
because "affected by CVE-2021-31684 CVE-2023-1370 CVE-2021-3168"
pluginLibs ('com.nimbusds:nimbus-jose-jwt:9.31') {
because "CVE-2023-1370, CVE-2021-31684"
}
}

Expand Down

0 comments on commit c965ce6

Please sign in to comment.