go.lang.security.audit.crypto.math_random.math-random-used
Do not use math/rand
. Use crypto/rand
instead.
Fixed
github.com/l3montree-dev/devguard/cmd/devguard-scanner/sast
/github/workspace/internal/core/integrations/integration_service.go
- T
Tim Bastin fixed go.lang.security.audit.crypto.math_random.math-random-used
Reopen this vulnerability
Rule Details
Do not use math/rand
. Use crypto/rand
instead.