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 c402233 commit 62fde8fCopy full SHA for 62fde8f
actions/ql/lib/codeql/actions/security/ArgumentInjectionQuery.qll
@@ -100,8 +100,6 @@ private module ArgumentInjectionConfig implements DataFlow::ConfigSig {
100
101
predicate observeDiffInformedIncrementalMode() { any() }
102
103
- Location getASelectedSourceLocation(DataFlow::Node source) { none() }
104
-
105
Location getASelectedSinkLocation(DataFlow::Node sink) {
106
result = sink.getLocation()
107
or
0 commit comments