Skip to content

Commit

Permalink
Update paramiko version requirement to 2.4.2 (#2043)
Browse files Browse the repository at this point in the history
The version `2.4.1` had a high severity vulnerability CVE-2018-1000805
that has been fixed in `2.4.2`
  • Loading branch information
sphuber authored Oct 12, 2018
1 parent 394b134 commit ea079fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ marshmallow-sqlalchemy==0.13.2
meld3==1.0.2
mock==2.0.0
numpy==1.14.3
paramiko==2.4.1
paramiko==2.4.2
passlib==1.7.1
pathlib2==2.3.0
pgtest==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'ete3==3.1.1',
'uritools==2.1.0',
'psycopg2-binary==2.7.4',
'paramiko==2.4.1',
'paramiko==2.4.2',
'ecdsa==0.13',
'ipython<6.0', # Version of ipython non enforced, because some still prefer version 4 rather than the latest
]
Expand Down

0 comments on commit ea079fb

Please sign in to comment.