[/go-guerrilla/backends/p_hasher.go:41] - G401 (CWE-326): Use of weak cryptographic primitive (Confidence: HIGH, Severity: MEDIUM)
40: // base hash, use subject from and timestamp-nano
> 41: h := md5.New()
42: ts := fmt.Sprintf("%d", time.Now().UnixNano())