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

Class TaintTracking::AdditionalReadStep

A unit class for adding additional read steps.

Extend this class to add additional read steps that should apply to all data flow configurations. A read step must be local, so non-local steps are ignored.

Import path

import semmle.code.java.dataflow.TaintTracking

Direct supertypes

Indirect supertypes

Predicates

step

Holds if the step from node1 to node2 is a read step of c and should apply to all data flow configurations.

Inherited predicates

toString

Gets a textual representation of this element.

from Unit