mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
explicitly import required frameworks that were previously implicitly imported
This commit is contained in:
@@ -6,6 +6,7 @@ import semmle.code.java.dataflow.DataFlow2
|
||||
import semmle.code.java.dataflow.TaintTracking
|
||||
import semmle.code.java.dataflow.TaintTracking3
|
||||
import semmle.code.java.security.AndroidIntentRedirection
|
||||
private import semmle.code.java.frameworks.android.Intent
|
||||
|
||||
/**
|
||||
* A taint tracking configuration for tainted Intents being used to start Android components.
|
||||
|
||||
Reference in New Issue
Block a user