firecracker-containerd
firecracker-containerd copied to clipboard
Resolve G404 use of weak random number generator lint errors
Resolve the following error:
Error: runtime/service.go:70:2: G404: Use of weak random number generator (math/rand or math/rand/v2 instead of crypto/rand) (gosec)
Success criteria is this line can be removed from .golangci.yml
- G404 # Use of weak random number generator