We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9144f52 commit 34de68fCopy full SHA for 34de68f
actions/ql/lib/codeql/actions/security/ArtifactPoisoningQuery.qll
@@ -333,8 +333,6 @@ private module ArtifactPoisoningConfig implements DataFlow::ConfigSig {
333
334
predicate observeDiffInformedIncrementalMode() { any() }
335
336
- Location getASelectedSourceLocation(DataFlow::Node source) { none() }
337
-
338
Location getASelectedSinkLocation(DataFlow::Node sink) {
339
result = sink.getLocation()
340
or
0 commit comments