Predicate readStep
Holds if data can flow from nodeFrom
to nodeTo
via a read of content c
.
Import path
import semmle.python.dataflow.new.internal.DataFlowPrivate
predicate readStep(Node nodeFrom, ContentSet c, Node nodeTo)
Holds if data can flow from nodeFrom
to nodeTo
via a read of content c
.
import semmle.python.dataflow.new.internal.DataFlowPrivate
predicate readStep(Node nodeFrom, ContentSet c, Node nodeTo)