We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852ba96 commit 109d8ecCopy full SHA for 109d8ec
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