Fix Ldap class name

This commit is contained in:
Mathew Payne
2023-05-09 17:42:17 +01:00
parent 7b55955fac
commit 0e932574f4

View File

@@ -70,8 +70,8 @@ module LdapInjection = TaintTracking::Global<LdapInjectionConfig>;
class RemoteSource extends Source instanceof RemoteFlowSource { } class RemoteSource extends Source instanceof RemoteFlowSource { }
/** LDAP sinks defined through Models as Data. */ /** LDAP sinks defined through Models as Data. */
private class ExternalLDAPExprSink extends Sink { private class ExternalLdapExprSink extends Sink {
ExternalLDAPExprSink() { sinkNode(this, "ldap") } ExternalLdapExprSink() { sinkNode(this, "ldap") }
} }
/** /**