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 1f53ffb commit edc72d2Copy full SHA for edc72d2
actions/ql/lib/codeql/actions/security/EnvPathInjectionQuery.qll
@@ -130,8 +130,6 @@ private module EnvPathInjectionConfig implements DataFlow::ConfigSig {
130
131
predicate observeDiffInformedIncrementalMode() { any() }
132
133
- Location getASelectedSourceLocation(DataFlow::Node source) { none() }
134
-
135
Location getASelectedSinkLocation(DataFlow::Node sink) {
136
result = sink.getLocation()
137
or
0 commit comments