mirror of
https://github.com/github/codeql.git
synced 2026-02-16 23:13:43 +01:00
python: add machinery for MaD barriers
and reinstate previously removed barrier now as a MaD row
This commit is contained in:
@@ -83,7 +83,7 @@ class CredentialSink extends DataFlow::Node {
|
||||
CredentialSink() {
|
||||
exists(string s | s.matches("credentials-%") |
|
||||
// Actual sink-type will be things like `credentials-password` or `credentials-username`
|
||||
this = ModelOutput::getASinkNode(s).asSink()
|
||||
ModelOutput::sinkNode(this, s)
|
||||
)
|
||||
or
|
||||
exists(string name |
|
||||
|
||||
Reference in New Issue
Block a user