Skip to content

Commit 74b37e7

Browse files
committed
1 parent 19e5c3d commit 74b37e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/ql/lib/semmle/code/java/security/InsecureCookieQuery.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ module SecureCookieConfig implements DataFlow::ConfigSig {
3535
sink.asExpr() =
3636
any(MethodCall add | add.getMethod() instanceof ResponseAddCookieMethod).getArgument(0)
3737
}
38+
39+
predicate observeDiffInformedIncrementalMode() {
40+
none() // only used negatively in InsecureCookie.ql
41+
}
3842
}
3943

4044
/** Data flow to reason about the failure to use secure cookies. */

0 commit comments

Comments
 (0)