Skip to content

Commit 8594d31

Browse files
committed
1 parent f3453c7 commit 8594d31

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)