phires / go-guerrilla

MIT License
112 stars 18 forks source link

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

Closed phires closed 5 months ago

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