From e2374f816a9707820c1568dbc36c457ec9eed0ee Mon Sep 17 00:00:00 2001 From: Jami Cogswell Date: Fri, 29 Jul 2022 15:54:53 -0400 Subject: [PATCH] test commit for new branch --- java/ql/src/Security/CWE/CWE-489/DebuggableAttributeTrue.ql | 1 + 1 file changed, 1 insertion(+) 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."