All rules →
Rules / Go
SHIELD-GO-003

Weak cryptographic hash (MD5)

highGoCWE-327CVSS 7.4

What it detects

MD5 is cryptographically broken and should not be used for security.

How to fix

Use crypto/sha256 or crypto/sha512 instead of crypto/md5.

Scan your repo freeFull documentation
Back to all rules
SHIELD-GO-003: Weak cryptographic hash (MD5) — Zennoxa Shield