Skip to content

Commit 6ed66f7

Browse files
authored
Merge pull request #7 from wiremock/fix-vulns
chore: Fix transitive vulnerability in jackson
2 parents 56bac09 + f3713d1 commit 6ed66f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ dependencies {
6262
implementation "org.bitbucket.b_c:jose4j:$versions.jose4j"
6363
implementation 'org.apache.commons:commons-lang3:3.17.0'
6464
implementation 'commons-codec:commons-codec:1.17.1'
65+
66+
constraints {
67+
implementation('com.fasterxml.jackson.core:jackson-core:2.15.0') {
68+
because 'version 2.14.2 brought in transitively by com.auth0:auth0@2.12.0 has CWE-400'
69+
}
70+
}
6571
}
6672

6773
shadowJar {

0 commit comments

Comments
 (0)