We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 897eea3 + 227c0b4 commit 021741aCopy full SHA for 021741a
build.gradle.kts
@@ -39,6 +39,10 @@ dependencies {
39
implementation("org.yaml:snakeyaml:2.0")
40
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
41
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
+
46
// Cx78f40514-81ff: the vulnerable function is not used
47
@Suppress("VulnerableLibrariesLocal")
48
implementation("commons-validator:commons-validator:1.7")
0 commit comments