Skip to content

Commit ed26f00

Browse files
committed
Rust/InsecureCookie
1 parent cc571b3 commit ed26f00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rust/ql/src/queries/security/CWE-614/InsecureCookie.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ module PartitionedCookieConfig implements DataFlow::ConfigSig {
7474
node instanceof Barrier
7575
}
7676

77-
predicate observeDiffInformedIncrementalMode() { any() }
77+
predicate observeDiffInformedIncrementalMode() {
78+
none() // only used negatively
79+
}
7880
}
7981

8082
module InsecureCookieFlow = TaintTracking::Global<InsecureCookieConfig>;

0 commit comments

Comments
 (0)