diff --git a/java/ql/src/Security/CWE/CWE-489/DebuggableAttributeTrue.ql b/java/ql/src/Security/CWE/CWE-489/DebuggableAttributeTrue.ql index e59591fa665..287307e66ed 100644 --- a/java/ql/src/Security/CWE/CWE-489/DebuggableAttributeTrue.ql +++ b/java/ql/src/Security/CWE/CWE-489/DebuggableAttributeTrue.ql @@ -21,4 +21,5 @@ where //not androidXmlAttr.getLocation().toString().matches("%build%") // my original query - 2 MRVA results //not androidXmlAttr.getLocation().toString().matches("%/build%") // 11 MRVA results //not androidXmlAttr.getLocation().getFile().getAbsolutePath().matches("%build%") // 2 MRVA results... +// comment for test commit to new branch select androidXmlAttr, "The 'debuggable' attribute is enabled."