mirror of
https://github.com/projectdiscovery/nuclei
synced 2026-06-08 16:50:47 +00:00
44ef9ce34f
Replace insecure math/rand PRNG with crypto/rand in Rand() and RandInt() JavaScript helper functions. math/rand is predictable and unsuitable when these functions are used for generating security-sensitive values like tokens or nonces in templates.