Skip to content

Commit 0e93257

Browse files
committed
Fix Ldap class name
1 parent 7b55955 commit 0e93257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/LDAPInjectionQuery.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ module LdapInjection = TaintTracking::Global<LdapInjectionConfig>;
7070
class RemoteSource extends Source instanceof RemoteFlowSource { }
7171

7272
/** LDAP sinks defined through Models as Data. */
73-
private class ExternalLDAPExprSink extends Sink {
74-
ExternalLDAPExprSink() { sinkNode(this, "ldap") }
73+
private class ExternalLdapExprSink extends Sink {
74+
ExternalLdapExprSink() { sinkNode(this, "ldap") }
7575
}
7676

7777
/**

0 commit comments

Comments
 (0)