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 2ee9a45 commit b1d6bc5Copy full SHA for b1d6bc5
java/ql/src/semmle/code/java/dataflow/FlowSources.qll
@@ -313,7 +313,7 @@ class AndroidIntentInput extends DataFlow::Node {
313
exists(MethodAccess ma, AndroidGetIntentMethod m |
314
ma.getMethod().overrides*(m) and
315
this.asExpr() = ma and
316
- receiverType = ma.getEnclosingCallable().getDeclaringType()
+ receiverType = ma.getReceiverType()
317
)
318
or
319
exists(Method m, AndroidReceiveIntentMethod rI |
0 commit comments