We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a9144 commit 6679466Copy full SHA for 6679466
java/ql/lib/semmle/code/java/security/ImplicitPendingIntentsQuery.qll
@@ -36,11 +36,7 @@ class ImplicitPendingIntentStartConf extends TaintTracking::Configuration {
36
super.allowImplicitRead(node, c)
37
or
38
this.isSink(node) and
39
- (
40
- allowIntentExtrasImplicitRead(node, c) or
41
- c.(DataFlow::SyntheticFieldContent).getField() =
42
- ["android.app.Notification.action", "androidx.slice.Slice.action"]
43
- )
+ allowIntentExtrasImplicitRead(node, c)
44
45
this.isAdditionalTaintStep(node, _) and
46
c.(DataFlow::FieldContent).getType() instanceof PendingIntent
0 commit comments