Change names of configuration to fit new naming convention

This commit is contained in:
Ed Minnix
2023-03-10 15:05:07 -05:00
parent cb58936c08
commit 658c54a18f
3 changed files with 13 additions and 13 deletions

View File

@@ -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 = ""