Skip to content

Commit 56f5a71

Browse files
committed
Actions/SecretExfiltrationQuery
actions/ql/src/experimental/Security/CWE-200/SecretExfiltration.ql uses source as endpoint
1 parent 8d6c9bc commit 56f5a71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actions/ql/lib/codeql/actions/security/SecretExfiltrationQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ private module SecretExfiltrationConfig implements DataFlow::ConfigSig {
1717
predicate isSink(DataFlow::Node sink) { sink instanceof SecretExfiltrationSink }
1818

1919
predicate observeDiffInformedIncrementalMode() { any() }
20-
21-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
2220
}
2321

2422
/** Tracks flow of unsafe user input that is used in a context where it may lead to a secret exfiltration. */

0 commit comments

Comments
 (0)