We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently pycrypto has a security vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2018-6594
Issue tracker: pycrypto/pycrypto#253 where it is noted:
PyCrypto is essentially dead (#238). Try using PyCryptodome instead.
Right now it is a dependency of the paramiko library: Collecting pycrypto!=2.4,<3.0,>=2.1 (from paramiko==1.17.6->-r requirements.txt (line 16))
paramiko
Collecting pycrypto!=2.4,<3.0,>=2.1 (from paramiko==1.17.6->-r requirements.txt (line 16))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apparently pycrypto has a security vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2018-6594
Issue tracker: pycrypto/pycrypto#253 where it is noted:
Right now it is a dependency of the
paramiko
library:Collecting pycrypto!=2.4,<3.0,>=2.1 (from paramiko==1.17.6->-r requirements.txt (line 16))
The text was updated successfully, but these errors were encountered: