Import blacklist: crypto/sha1 GSC-G505
Security
Major
a year ago3 years old
Blocklisted import crypto/sha1: weak cryptographic primitive
 6	"crypto/rand"
 7
 8	// nolint:gosec // we don't use this hash in a sensitive capacity, so we don't care that its weak
 9	"crypto/sha1"10	"crypto/sha256"
11	"encoding/base64"
12	"encoding/hex"