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 54470c7 commit e2374f8Copy full SHA for e2374f8
java/ql/src/Security/CWE/CWE-489/DebuggableAttributeTrue.ql
@@ -21,4 +21,5 @@ where
21
//not androidXmlAttr.getLocation().toString().matches("%build%") // my original query - 2 MRVA results
22
//not androidXmlAttr.getLocation().toString().matches("%/build%") // 11 MRVA results
23
//not androidXmlAttr.getLocation().getFile().getAbsolutePath().matches("%build%") // 2 MRVA results...
24
+// comment for test commit to new branch
25
select androidXmlAttr, "The 'debuggable' attribute is enabled."
0 commit comments