Skip to content
New issue

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

Add more insecure cryptography cipher algorithms #1185

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

ericwb
Copy link
Member

@ericwb ericwb commented Oct 7, 2024

The cryptography project has added a few more cipher algorithms to its list of insecure, out-dated, or deprecated, i.e. decrepit symmetric algorithms.

Namely, CAST5, SEED, and TripleDES were added. As a result, Bandit should also alert to usage of these ciphers.

https://cryptography.io/en/latest/hazmat/decrepit/

The cryptography project has added a few more cipher algorithms
to its list of insecure, out-dated, or deprecated, i.e. decrepit
symmetric algorithms.

Namely, CAST5, SEED, and TripleDES were added. As a result, Bandit
should also alert to usage of these ciphers.

https://cryptography.io/en/latest/hazmat/decrepit/

Signed-off-by: Eric Brown <[email protected]>
@ericwb ericwb marked this pull request as ready for review October 7, 2024 02:47
@ericwb ericwb merged commit 9e6527d into PyCQA:main Oct 7, 2024
14 checks passed
@ericwb ericwb deleted the more_ciphers branch October 7, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants