Fix imports

This commit is contained in:
Tony Torralba
2022-01-14 12:41:41 +01:00
parent 9f616e7cbe
commit 6aac848015
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
/** Provides classes and predicates for working with implicit `PendingIntent`s. */
import java
private import semmle.code.java.dataflow.ExternalFlow
private import semmle.code.java.dataflow.FlowSteps
private import semmle.code.java.dataflow.TaintTracking
private import semmle.code.java.frameworks.android.Intent
private import semmle.code.java.frameworks.android.PendingIntent

View File

@@ -1,9 +1,9 @@
/** Provides taint tracking configurations to be used in queries related to implicit `PendingIntent`s. */
import java
import semmle.code.java.dataflow.ExternalFlow
import semmle.code.java.dataflow.TaintTracking
import semmle.code.java.frameworks.android.Intent
import semmle.code.java.frameworks.android.PendingIntent
import semmle.code.java.security.ImplicitPendingIntents
/**