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

Commit 6c87a65

Browse files
authored
Bump SnakeYAML from 1.19 to 1.26 to address CVE-2017-18640 (#207)
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.
1 parent 7a24d96 commit 6c87a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ext.versions = [
7676
"okhttp": "4.8.1", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
7777
"okhttpEventsource": "2.3.1",
7878
"slf4j": "1.7.21",
79-
"snakeyaml": "1.19",
79+
"snakeyaml": "1.26",
8080
"jedis": "2.9.0"
8181
]
8282

0 commit comments

Comments
 (0)