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 143920e commit 1e8dd7aCopy full SHA for 1e8dd7a
java/ql/src/semmle/code/java/security/AndroidSensitiveBroadcastQuery.qll
@@ -48,7 +48,7 @@ class SensitiveInfoExpr extends Expr {
48
*/
49
class SendBroadcastMethodAccess extends MethodAccess {
50
SendBroadcastMethodAccess() {
51
- this.getMethod().getDeclaringType() instanceof TypeContext and
+ this.getMethod().getDeclaringType().getASourceSupertype*() instanceof TypeContext and
52
this.getMethod().getName().matches("send%Broadcast%")
53
}
54
0 commit comments