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

Module ImplicitPendingIntentStartConfig

A taint tracking configuration for implicit PendingIntents being wrapped in another implicit Intent that gets started.

Import path

import semmle.code.java.security.ImplicitPendingIntentsQuery

Predicates

allowImplicitRead

Holds if an arbitrary number of implicit read steps of content c may be taken at node.

isAdditionalFlowStep

Holds if data may flow from node1 to node2 in addition to the normal data-flow steps.

isAdditionalFlowStep

Holds if data may flow from node1 to node2 in addition to the normal data-flow steps. This step is only applicable in state1 and updates the flow state to state2.

isBarrier

Holds if data flow through node is prohibited. This completely removes node from the data flow graph.

isSink

Holds if sink is a relevant data flow sink accepting state.

isSource

Holds if source is a relevant data flow source with the given initial state.

Aliases

FlowState

A flow state for an implicit PendingIntent flow.