CodeQL library for Java
codeql/java-all 0.5.5 ( 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.

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.