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 edc72d2 commit c402233Copy full SHA for c402233
actions/ql/lib/codeql/actions/security/EnvVarInjectionQuery.qll
@@ -184,8 +184,6 @@ private module EnvVarInjectionConfig implements DataFlow::ConfigSig {
184
185
predicate observeDiffInformedIncrementalMode() { any() }
186
187
- Location getASelectedSourceLocation(DataFlow::Node source) { none() }
188
-
189
Location getASelectedSinkLocation(DataFlow::Node sink) {
190
result = sink.getLocation()
191
or
0 commit comments