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

Module DataFlowUtil

Contains utility functions for writing data flow queries

Import path

import semmle.python.dataflow.new.internal.DataFlowUtil

Imports

DataFlowPublic

Provides Python-specific definitions for use in the data flow library.

Predicates

localFlow

Holds if data flows from source to sink in zero or more local (intra-procedural) steps.

localFlowStep

Holds if data flows from nodeFrom to nodeTo in exactly one local (intra-procedural) step.