CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (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 codeql.ruby.dataflow.FlowSteps

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    step

    Holds if the step from node1 to node2 should be considered a taint step for all configurations.

    Inherited predicates

    toString

    Gets a textual representation of this element.

    from Unit