Predicate readStep
Holds if there is a read step of content c
from node1
to node2
.
Import path
import codeql.ruby.dataflow.internal.DataFlowPrivate
predicate readStep(Node node1, ContentSet c, Node node2)
Holds if there is a read step of content c
from node1
to node2
.
import codeql.ruby.dataflow.internal.DataFlowPrivate
predicate readStep(Node node1, ContentSet c, Node node2)