explicitly import required frameworks that were previously implicitly imported

This commit is contained in:
erik-krogh
2022-08-17 15:32:49 +02:00
parent 14d83ab1b5
commit 4bc10f9b5c
11 changed files with 14 additions and 0 deletions

View File

@@ -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.