Skip to content

Commit 83465fc

Browse files
committed
Java: InsecureCookie
1 parent be6dbb5 commit 83465fc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,7 @@ module SecureCookieConfig implements DataFlow::ConfigSig {
3737
}
3838

3939
predicate observeDiffInformedIncrementalMode() {
40-
any() // TODO: Make sure that the location overrides match the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 21 (/Users/d10c/src/semmle-code/ql/java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql@22:8:22:10)
41-
}
42-
43-
Location getASelectedSourceLocation(DataFlow::Node source) {
44-
none() // TODO: Make sure that this source location matches the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 21 (/Users/d10c/src/semmle-code/ql/java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql@22:8:22:10)
45-
}
46-
47-
Location getASelectedSinkLocation(DataFlow::Node sink) {
48-
none() // TODO: Make sure that this sink location matches the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 21 (/Users/d10c/src/semmle-code/ql/java/ql/src/Security/CWE/CWE-614/InsecureCookie.ql@22:8:22:10)
40+
none() // only used negatively in InsecureCookie.ql
4941
}
5042
}
5143

0 commit comments

Comments
 (0)