mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Update to the Global/flow* api
This commit is contained in:
@@ -9,9 +9,9 @@ class InsecureLdapAuthenticationTest extends InlineExpectationsTest {
|
||||
|
||||
override predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
tag = "hasInsecureLdapAuth" and
|
||||
exists(DataFlow::Node sink | InsecureLdapUrlFlow::hasFlowTo(sink) |
|
||||
BasicAuthFlow::hasFlowTo(sink) and
|
||||
not RequiresSslFlow::hasFlowTo(sink) and
|
||||
exists(DataFlow::Node sink | InsecureLdapUrlFlow::flowTo(sink) |
|
||||
BasicAuthFlow::flowTo(sink) and
|
||||
not RequiresSslFlow::flowTo(sink) and
|
||||
sink.getLocation() = location and
|
||||
element = sink.toString() and
|
||||
value = ""
|
||||
|
||||
Reference in New Issue
Block a user