File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
/** Provides classes and predicates for working with implicit `PendingIntent`s. */
2
2
3
3
import java
4
- private import semmle.code.java.dataflow.ExternalFlow
5
- private import semmle.code.java.dataflow.FlowSteps
6
4
private import semmle.code.java.dataflow.TaintTracking
7
5
private import semmle.code.java.frameworks.android.Intent
8
6
private import semmle.code.java.frameworks.android.PendingIntent
Original file line number Diff line number Diff line change 1
1
/** Provides taint tracking configurations to be used in queries related to implicit `PendingIntent`s. */
2
2
3
3
import java
4
- import semmle.code.java.dataflow.ExternalFlow
5
4
import semmle.code.java.dataflow.TaintTracking
6
5
import semmle.code.java.frameworks.android.Intent
6
+ import semmle.code.java.frameworks.android.PendingIntent
7
7
import semmle.code.java.security.ImplicitPendingIntents
8
8
9
9
/**
You can’t perform that action at this time.
0 commit comments