We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203f705 commit 62043cfCopy full SHA for 62043cf
actions/ql/lib/codeql/actions/security/CodeInjectionQuery.qll
@@ -80,8 +80,6 @@ private module CodeInjectionConfig implements DataFlow::ConfigSig {
80
81
predicate observeDiffInformedIncrementalMode() { any() }
82
83
- Location getASelectedSourceLocation(DataFlow::Node source) { none() }
84
-
85
Location getASelectedSinkLocation(DataFlow::Node sink) {
86
result = sink.getLocation()
87
or
0 commit comments