mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Change names of configuration to fit new naming convention
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 | InsecureUrlFlowConfiguration::hasFlowTo(sink) |
|
||||
BasicAuthFlowConfiguration::hasFlowTo(sink) and
|
||||
not SslFlowConfiguration::hasFlowTo(sink) and
|
||||
exists(DataFlow::Node sink | InsecureLdapUrlFlow::hasFlowTo(sink) |
|
||||
BasicAuthFlow::hasFlowTo(sink) and
|
||||
not RequiresSslFlow::hasFlowTo(sink) and
|
||||
sink.getLocation() = location and
|
||||
element = sink.toString() and
|
||||
value = ""
|
||||
|
||||
Reference in New Issue
Block a user