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

Class TaintTracking::AdditionalDataFlowNode

A unit class for adding additional data flow nodes.

Extend this class to add additional data flow nodes for use in globally applicable additional steps.

Import path

import semmle.code.java.dataflow.TaintTracking

Direct supertypes

Indirect supertypes

Predicates

nodeAt

Holds if an additional node is needed in relation to e. The pair (e,id) must uniquely identify the node. The added node can be selected for use in a predicate by the corresponding DataFlow::AdditionalNode.nodeAt(Expr e, string id) predicate.

Inherited predicates

toString

Gets a textual representation of this element.

from Unit