All rules →
Rules / Python
SHIELD-PY-010

Weak MD5 or SHA1 hash usage

mediumPythonCWE-327CVSS 5.9

What it detects

MD5 and SHA1 are cryptographically broken and should not be used for security.

How to fix

Use hashlib.sha256() or hashlib.sha3_256() instead.

Scan your repo freeFull documentation
Back to all rules
SHIELD-PY-010: Weak MD5 or SHA1 hash usage — Zennoxa Shield