Skip to content

Commit

Permalink
Upgrade SnakeYaml to 2.0 - CVE-2022-1471
Browse files Browse the repository at this point in the history
We are not reading/parsing user content, so we are not vulnerable to
this CVE, but worth updating to avoid endless explanations to QSAs.
  • Loading branch information
ar committed Jun 22, 2023
1 parent 3d28f82 commit 748aa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpos/libraries.gradle
Expand Up @@ -24,7 +24,7 @@ ext {
slf4j_api: "org.slf4j:slf4j-api:1.7.32",
slf4j_nop: "org.slf4j:slf4j-nop:1.7.32",
hdrhistogram: 'org.hdrhistogram:HdrHistogram:2.1.12',
yaml: "org.yaml:snakeyaml:1.33"
yaml: "org.yaml:snakeyaml:2.0"
]
}

0 comments on commit 748aa3b

Please sign in to comment.