Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Add linter for pycrypto use #7

Closed
mschwager opened this issue May 22, 2019 · 1 comment
Closed

Add linter for pycrypto use #7

mschwager opened this issue May 22, 2019 · 1 comment

Comments

@mschwager
Copy link
Collaborator

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.

@mschwager mschwager changed the title Add linter for pycrypto usage Add linter for pycrypto use Jul 17, 2019
@mschwager
Copy link
Collaborator Author

Closed by 6b41f8c.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant