Weak Random Number Generation
Overview
Detects the use of PRNGs (Pseudo-Random Number Generators) that are not cryptographically secure.
Remediation
Use cryptographically secure PRNGs (CSPRNG), like crypto/rand in Go, secrets in Python, or Crypto.getRandomValues in JS.