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 e2a47e7 commit 098b732Copy full SHA for 098b732
java/ql/test/query-tests/security/CWE-807/semmle/tests/ConditionalBypassTest.java
@@ -38,7 +38,7 @@ public static void main(HttpServletRequest request) throws Exception {
38
}
39
40
// FALSE NEGATIVE: we have no way of telling that the skipped method is sensitive
41
- if (adminCookie.getValue() == "false") // $ MISSING: $ hasConditionalBypassTest
+ if (adminCookie.getValue() == "false") // $ MISSING: hasConditionalBypassTest
42
doReallyImportantSecurityWork();
43
44
InetAddress local = InetAddress.getLocalHost();
0 commit comments