Skip to content

Commit 7bf34f0

Browse files
committed
Actions/OutputClobberingQuery
actions/ql/src/experimental/Security/CWE-074/OutputClobberingHigh.ql uses source as endpoint
1 parent 604af65 commit 7bf34f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ private module OutputClobberingConfig implements DataFlow::ConfigSig {
216216
}
217217

218218
predicate observeDiffInformedIncrementalMode() { any() }
219-
220-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
221219
}
222220

223221
/** Tracks flow of unsafe user input that is used to construct and evaluate an environment variable. */

0 commit comments

Comments
 (0)