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

Module AndroidIntentRedirectionQuery

Provides taint tracking configurations to be used in Android Intent redirection queries.

Import path

import semmle.code.java.security.AndroidIntentRedirectionQuery

Imports

AndroidIntentRedirection

Provides classes to reason about Android Intent redirect vulnerabilities.

DataFlow2

Provides classes for performing local (intra-procedural) and global (inter-procedural) data flow analyses.

FlowSources

Provides classes representing various flow sources for taint tracking.

TaintTracking

Provides classes for performing local (intra-procedural) and global (inter-procedural) taint-tracking analyses.

TaintTracking3
java

Provides all default Java QL imports.

Classes

IntentRedirectionConfiguration

DEPRECATED: Use IntentRedirectionFlow instead.

Modules

IntentRedirectionConfig

A taint tracking configuration for tainted Intents being used to start Android components.

Aliases

IntentRedirectionFlow

Tracks the flow of tainted Intents being used to start Android components.