We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6c9bc commit 56f5a71Copy full SHA for 56f5a71
actions/ql/lib/codeql/actions/security/SecretExfiltrationQuery.qll
@@ -17,8 +17,6 @@ private module SecretExfiltrationConfig implements DataFlow::ConfigSig {
17
predicate isSink(DataFlow::Node sink) { sink instanceof SecretExfiltrationSink }
18
19
predicate observeDiffInformedIncrementalMode() { any() }
20
-
21
- Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
22
}
23
24
/** Tracks flow of unsafe user input that is used in a context where it may lead to a secret exfiltration. */
0 commit comments