CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (changelog, source)
Search

Module RandomDataSource

Defines classes representing random data sources.

Import path

import semmle.code.java.security.RandomDataSource

Imports

java

Provides all default Java QL imports.

Classes

ApacheCommonsRandomSource

A method access calling a method declared on org.apache.commons.lang3.RandomUtils that returns random data or writes random data to an argument.

ApacheCommonsRandomStringSource

A method access calling a method declared on org.apache.commons.lang3.RandomStringUtils

MathRandomSource

A method access calling the random of java.lang.Math.

RandomDataSource

A method access that returns random data or writes random data to an argument.

StdlibRandomSource

A method access calling a method declared on java.util.Random that returns random data or writes random data to an argument.