Skip to content

Commit

Permalink
update pyyaml to >=5.1 (#2064)
Browse files Browse the repository at this point in the history
* update pyyaml to >=5.1: mitigates CVE-2017-18342

Signed-off-by: redshiftzero <jen@freedom.press>

* Update setup.cfg
  • Loading branch information
redshiftzero authored and ssbarnea committed May 30, 2019
1 parent 3651120 commit b31d734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ install_requires =
paramiko >= 2.4.2, < 3
pexpect >= 4.6.0, < 5
psutil == 5.4.6; sys_platform!="win32" and sys_platform!="cygwin"
PyYAML == 3.13
PyYAML >= 5.1, < 6
sh == 1.12.14
six == 1.11.0
tabulate == 0.8.2
Expand Down

0 comments on commit b31d734

Please sign in to comment.