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 authored and ulope committed Jan 9, 2019
1 parent 9800e62 commit 9b3eb6f
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.2b4

0 comments on commit 9b3eb6f

Please sign in to comment.