CodeQL library for Java/Kotlin
codeql/java-all 7.2.0 (changelog, source)
Search

Class ImplicitPendingIntentAdditionalTaintStep

A unit class for adding additional taint steps.

Extend this class to add additional taint steps that should apply to flows related to the use of implicit PendingIntents.

Import path

import semmle.code.java.security.ImplicitPendingIntents

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    mutablePendingIntentCreation

    Holds if the step from node1 to node2 creates a mutable PendingIntent.

    step

    Holds if the step from node1 to node2 should be considered a taint step for flows related to the use of implicit PendingIntents.

    Inherited predicates

    toString

    Gets a textual representation of this element.

    from Unit