Skip to content

Commit e2374f8

Browse files
Jami CogswellJami Cogswell
authored andcommitted
test commit for new branch
1 parent 54470c7 commit e2374f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/Security/CWE/CWE-489/DebuggableAttributeTrue.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ where
2121
//not androidXmlAttr.getLocation().toString().matches("%build%") // my original query - 2 MRVA results
2222
//not androidXmlAttr.getLocation().toString().matches("%/build%") // 11 MRVA results
2323
//not androidXmlAttr.getLocation().getFile().getAbsolutePath().matches("%build%") // 2 MRVA results...
24+
// comment for test commit to new branch
2425
select androidXmlAttr, "The 'debuggable' attribute is enabled."

0 commit comments

Comments
 (0)