Skip to content

Commit

Permalink
Upgrade to SnakeYAML to address CVE-2017-18640
Browse files Browse the repository at this point in the history
SnakeYAML < 1.26 is vulnerable to a Billion Laughs attack (denial of service).

* https://nvd.nist.gov/vuln/detail/CVE-2017-18640
* https://bitbucket.org/asomov/snakeyaml/issues/377

Refs FasterXML/jackson-dataformats-text#187
Refs #3223
  • Loading branch information
joschi committed Apr 4, 2020
1 parent e0c32db commit 4138c94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dropwizard-bom/pom.xml
Expand Up @@ -341,6 +341,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- CVE-2017-18640: https://nvd.nist.gov/vuln/detail/CVE-2017-18640 -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
</dependency>

<!-- Jersey -->
<dependency>
Expand Down

0 comments on commit 4138c94

Please sign in to comment.