vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 113 forks source link

Use crypto/rand to generate random number, instead of weak math/rand #110

Closed alexbrand closed 5 years ago

alexbrand commented 5 years ago

Math/rand is not recommended for security-sensitive use cases. Switch to crypto/rand instead.