Skip to content

Commit

Permalink
Merge pull request #7 from wiremock/fix-vulns
Browse files Browse the repository at this point in the history
chore: Fix transitive vulnerability in jackson
  • Loading branch information
leeturner authored Sep 13, 2024
2 parents 56bac09 + f3713d1 commit 6ed66f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ dependencies {
implementation "org.bitbucket.b_c:jose4j:$versions.jose4j"
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'commons-codec:commons-codec:1.17.1'

constraints {
implementation('com.fasterxml.jackson.core:jackson-core:2.15.0') {
because 'version 2.14.2 brought in transitively by com.auth0:[email protected] has CWE-400'
}
}
}

shadowJar {
Expand Down

0 comments on commit 6ed66f7

Please sign in to comment.