Skip to content

Commit

Permalink
Upgrade scenarioplayer's pyyaml dependency
Browse files Browse the repository at this point in the history
Pyyaml had an arbitrary code execution vulnerability in previous
versions.

Check https://nvd.nist.gov/vuln/detail/CVE-2017-18342
  • Loading branch information
LefterisJP committed Jan 5, 2019
1 parent 9800e62 commit 2c9fcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scenario-player/requirements.txt
@@ -1,3 +1,3 @@
urwid>=2.0.1
raiden>=0.10.0
pyyaml==3.13
pyyaml==4.2b1

0 comments on commit 2c9fcd0

Please sign in to comment.