Module InsecureRandomness
Provides a taint-tracking configuration for reasoning about random values that are not cryptographically secure.
Note, for performance reasons: only import this file if
InsecureRandomness::Configuration is needed, otherwise
InsecureRandomnessCustomizations should be imported instead.
Import path
import semmle.go.security.InsecureRandomnessImports
| go | Provides classes for working with Go programs. |
Modules
| InsecureRandomness | Provides a taint-tracking configuration for reasoning about random values that are not cryptographically secure. |