Skip to content

Commit 8d6c9bc

Browse files
committed
Actions/RequestForgeryQuery
actions/ql/src/experimental/Security/CWE-918/RequestForgery.ql uses source as endpoint
1 parent 7bf34f0 commit 8d6c9bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actions/ql/lib/codeql/actions/security/RequestForgeryQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ private module RequestForgeryConfig implements DataFlow::ConfigSig {
1818
predicate isSink(DataFlow::Node sink) { sink instanceof RequestForgerySink }
1919

2020
predicate observeDiffInformedIncrementalMode() { any() }
21-
22-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
2321
}
2422

2523
/** Tracks flow of unsafe user input that is used to construct and evaluate a system command. */

0 commit comments

Comments
 (0)