mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Update to the Global/flow* api
This commit is contained in:
@@ -18,8 +18,8 @@ import InsecureLdapUrlFlow::PathGraph
|
||||
|
||||
from InsecureLdapUrlFlow::PathNode source, InsecureLdapUrlFlow::PathNode sink
|
||||
where
|
||||
InsecureLdapUrlFlow::hasFlowPath(source, sink) and
|
||||
BasicAuthFlow::hasFlowTo(sink.getNode()) and
|
||||
not RequiresSslFlow::hasFlowTo(sink.getNode())
|
||||
InsecureLdapUrlFlow::flowPath(source, sink) and
|
||||
BasicAuthFlow::flowTo(sink.getNode()) and
|
||||
not RequiresSslFlow::flowTo(sink.getNode())
|
||||
select sink.getNode(), source, sink, "Insecure LDAP authentication from $@.", source.getNode(),
|
||||
"LDAP connection string"
|
||||
|
||||
Reference in New Issue
Block a user