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 cc571b3 commit ed26f00Copy full SHA for ed26f00
rust/ql/src/queries/security/CWE-614/InsecureCookie.ql
@@ -74,7 +74,9 @@ module PartitionedCookieConfig implements DataFlow::ConfigSig {
74
node instanceof Barrier
75
}
76
77
- predicate observeDiffInformedIncrementalMode() { any() }
+ predicate observeDiffInformedIncrementalMode() {
78
+ none() // only used negatively
79
+ }
80
81
82
module InsecureCookieFlow = TaintTracking::Global<InsecureCookieConfig>;
0 commit comments