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 11/** Provides classes and predicates for working with implicit `PendingIntent`s. */
22
33import java
4- private import semmle.code.java.dataflow.ExternalFlow
5- private import semmle.code.java.dataflow.FlowSteps
64private import semmle.code.java.dataflow.TaintTracking
75private import semmle.code.java.frameworks.android.Intent
86private import semmle.code.java.frameworks.android.PendingIntent
Original file line number Diff line number Diff line change 11/** Provides taint tracking configurations to be used in queries related to implicit `PendingIntent`s. */
22
33import java
4- import semmle.code.java.dataflow.ExternalFlow
54import semmle.code.java.dataflow.TaintTracking
65import semmle.code.java.frameworks.android.Intent
6+ import semmle.code.java.frameworks.android.PendingIntent
77import semmle.code.java.security.ImplicitPendingIntents
88
99/**
You can’t perform that action at this time.
0 commit comments