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.
java/improper-intent-verification
1 parent 4153480 commit 818c312Copy full SHA for 818c312
ql/ql/src/queries/style/AndroidIdPrefix.ql
@@ -25,5 +25,6 @@ from QueryDoc d
25
where
26
d.getLocation().getFile().getRelativePath().matches("%src/Security/%") and
27
not d.getQueryId().matches("android/%") and
28
+ not d.getQueryId() = "improper-intent-verification" and // known badly identified query that sadly we can't fix
29
importsAndroidModule(d.getParent())
30
select d, "This Android query is missing the `android/` prefix in its `@id`."
0 commit comments