All rules →
Rules / Go
SHIELD-GO-004

Weak cryptographic hash (SHA1)

highGoCWE-327CVSS 7.4

What it detects

SHA1 is cryptographically weak and unsuitable for security-sensitive operations.

How to fix

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

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