mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
Fix Ldap class name
This commit is contained in:
@@ -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") }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user