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

feat(python): add cwe-328 weak hash rules #414

Merged
merged 1 commit into from
May 22, 2024

Conversation

didroe
Copy link
Contributor

@didroe didroe commented May 22, 2024

Description

Adds Python CWE-328 rules for weak hash algorithms

Checklist

If this is your first time contributing please sign the CLA

  • My rule has adequate metadata to explain its use.

@didroe didroe requested a review from elsapet May 22, 2024 13:14
@didroe didroe force-pushed the feat/python-cwe-328-weak-hash branch 2 times, most recently from 7c1d1f2 to fcf5789 Compare May 22, 2024 13:19
rules/python/lang/weak_hash_adler32.yml Show resolved Hide resolved
rules/python/lang/weak_hash_md5.yml Outdated Show resolved Hide resolved
rules/python/lang/weak_hash_dss.yml Show resolved Hide resolved
@didroe didroe force-pushed the feat/python-cwe-328-weak-hash branch from fcf5789 to 18053ac Compare May 22, 2024 14:00
@didroe didroe merged commit 6132fad into main May 22, 2024
24 checks passed
@didroe didroe deleted the feat/python-cwe-328-weak-hash branch May 22, 2024 14:14
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