phires / go-guerrilla

MIT License
112 stars 18 forks source link

gosec: p_hasher.go: (CWE-327): Blocklisted import crypto/md5: weak cryptographic primitive #23

Closed phires closed 5 months ago

phires commented 1 year ago
[/go-guerrilla/backends/p_hasher.go:4] - G501 (CWE-327): Blocklisted import crypto/md5: weak cryptographic primitive (Confidence: HIGH, Severity: MEDIUM)
    3: import (
  > 4:  "crypto/md5"
    5:  "fmt"