Skip to content

Commit 021741a

Browse files
authored
Merge pull request #11 from bennesp/fix-versions
Fix versions
2 parents 897eea3 + 227c0b4 commit 021741a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ dependencies {
3939
implementation("org.yaml:snakeyaml:2.0")
4040
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
4141

42+
// CVE-2022-1471: https://github.com/FasterXML/jackson-dataformats-text/issues/361
43+
// CVE-2022-41854: ???
44+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2")
45+
4246
// Cx78f40514-81ff: the vulnerable function is not used
4347
@Suppress("VulnerableLibrariesLocal")
4448
implementation("commons-validator:commons-validator:1.7")

0 commit comments

Comments
 (0)