We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf34f0 commit 8d6c9bcCopy full SHA for 8d6c9bc
actions/ql/lib/codeql/actions/security/RequestForgeryQuery.qll
@@ -18,8 +18,6 @@ private module RequestForgeryConfig implements DataFlow::ConfigSig {
18
predicate isSink(DataFlow::Node sink) { sink instanceof RequestForgerySink }
19
20
predicate observeDiffInformedIncrementalMode() { any() }
21
-
22
- Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
23
}
24
25
/** Tracks flow of unsafe user input that is used to construct and evaluate a system command. */
0 commit comments