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 62fde8f commit 974d174Copy full SHA for 974d174
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