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

Class AdditionalTaintStep

A unit class for adding additional taint steps.

Extend this class to add additional taint steps that should apply to all taint configurations.

Import path

import semmle.python.dataflow.new.internal.TaintTrackingPublic

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    step

    Holds if the step from nodeFrom to nodeTo should be considered a taint step for all configurations.

    Inherited predicates

    toString

    Gets a textual representation of this element.

    from Unit