Predicate readStep
Holds if data can flow from node1
to node2
via a read of content c
.
Import path
import semmle.code.csharp.dataflow.internal.DataFlowPrivate
predicate readStep(Node node1, ContentSet c, Node node2)
Holds if data can flow from node1
to node2
via a read of content c
.
import semmle.code.csharp.dataflow.internal.DataFlowPrivate
predicate readStep(Node node1, ContentSet c, Node node2)