You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
The pycrypto library is no longer maintained, and has known CVEs. We should detect its usage altogether and encourage usage of cryptography, or at least the maintained fork pycryptodome.
We should be careful not to detect that pycryptodome is being used since they can have the same API, e.g. Crypto vs. Cryptodome. BadModuleUseLinter would be a good start for this, but we may need something more to detect pycrypto vs. pycryptodome.
The text was updated successfully, but these errors were encountered:
mschwager
changed the title
Add linter for pycrypto usage
Add linter for pycrypto use
Jul 17, 2019
The pycrypto library is no longer maintained, and has known CVEs. We should detect its usage altogether and encourage usage of
cryptography
, or at least the maintained forkpycryptodome
.We should be careful not to detect that
pycryptodome
is being used since they can have the same API, e.g.Crypto
vs.Cryptodome
.BadModuleUseLinter
would be a good start for this, but we may need something more to detectpycrypto
vs.pycryptodome
.The text was updated successfully, but these errors were encountered: