CodeQL library for Java/Kotlin
codeql/java-all 0.10.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.

    step

    DEPRECATED: Open-ended flow state is not intended to be part of the extension points. Use mutablePendingIntentCreation instead.

    Inherited predicates

    toString

    Gets a textual representation of this element.

    from Unit