Skip to content

Commit e74d0ac

Browse files

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

go/ql/src/experimental/CWE-1004/AuthCookie.qll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ private module BoolToGinSetCookieTrackingConfig implements DataFlow::ConfigSig {
116116
)
117117
)
118118
}
119+
120+
predicate observeDiffInformedIncrementalMode() {
121+
any() // Merged with other flows in CookieWithoutHttpOnly.ql
122+
}
123+
124+
Location getASelectedSourceLocation(DataFlow::Node source) { none() }
119125
}
120126

121127
/**

0 commit comments

Comments
 (0)