Skip to content

Commit

Permalink
Enforce Paramiko >= 2.4.2 (napalm-automation#853)
Browse files Browse the repository at this point in the history
This is due to CVE-2018-7750 and CVE-2018-1000805, and the underlying libraries may not have this requirement.

See https://nvd.nist.gov/vuln/detail/CVE-2018-7750 and https://nvd.nist.gov/vuln/detail/CVE-2018-1000805 for further details.
  • Loading branch information
mirceaulinic authored and ExaneServerTeam committed Mar 4, 2020
1 parent e94ffaf commit 3e2dcad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
setuptools>=38.4.0
cffi>=1.11.3
paramiko>=2.4.2
future
textfsm
jinja2
Expand Down

0 comments on commit 3e2dcad

Please sign in to comment.