We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a750b3 commit 1f53ffbCopy full SHA for 1f53ffb
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