CodeQL library for Python
codeql/python-all 0.12.0 (changelog, source)
Search

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)