Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Bump SnakeYAML from 1.19 to 1.26 to address CVE-2017-18640 (#207)
Browse files Browse the repository at this point in the history
The SDK only parses YAML if the application has configured the SDK with a flag data file. It's unlikely CVE-2017-18640 would affect SDK usage as it requires configuration and access to a local file.
  • Loading branch information
ssrm authored Sep 3, 2020
1 parent 7a24d96 commit 6c87a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ext.versions = [
"okhttp": "4.8.1", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
"okhttpEventsource": "2.3.1",
"slf4j": "1.7.21",
"snakeyaml": "1.19",
"snakeyaml": "1.26",
"jedis": "2.9.0"
]

Expand Down

0 comments on commit 6c87a65

Please sign in to comment.