codeql/java-all
0.5.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if data can flow from node1 to node2 via a read of f. Thus, node1 references an object with a field f whose value ends up in node2.
node1
node2
f
import semmle.code.java.dataflow.internal.DataFlowPrivate
predicate readStep(Node node1, Content f, Node node2)