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 19e5c3d commit 74b37e7Copy full SHA for 74b37e7
java/ql/lib/semmle/code/java/security/InsecureCookieQuery.qll
@@ -35,6 +35,10 @@ module SecureCookieConfig implements DataFlow::ConfigSig {
35
sink.asExpr() =
36
any(MethodCall add | add.getMethod() instanceof ResponseAddCookieMethod).getArgument(0)
37
}
38
+
39
+ predicate observeDiffInformedIncrementalMode() {
40
+ none() // only used negatively in InsecureCookie.ql
41
+ }
42
43
44
/** Data flow to reason about the failure to use secure cookies. */
0 commit comments