CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module InsecureRandomnessQuery

Provides default sources, sinks and sanitizers for detecting Insecure Randomness vulnerabilities, as well as extension points for adding your own.

Import path

import codeql.ruby.security.InsecureRandomnessQuery

Imports

InsecureRandomness

Provides default sources, sinks, and sanitizers for reasoning about random values that are not cryptographically secure, as well as extension points for adding your own.

Aliases

InsecureRandomnessFlow

Taint-tracking for detecting Insecure Randomness vulnerabilities.