From 0e932574f45e51523fbf89898f7b3cc8fa6f8b66 Mon Sep 17 00:00:00 2001 From: Mathew Payne Date: Tue, 9 May 2023 17:42:17 +0100 Subject: [PATCH] Fix Ldap class name --- .../code/csharp/security/dataflow/LDAPInjectionQuery.qll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/ql/lib/semmle/code/csharp/security/dataflow/LDAPInjectionQuery.qll b/csharp/ql/lib/semmle/code/csharp/security/dataflow/LDAPInjectionQuery.qll index 0e1afdbef7e..ba18e27e33c 100644 --- a/csharp/ql/lib/semmle/code/csharp/security/dataflow/LDAPInjectionQuery.qll +++ b/csharp/ql/lib/semmle/code/csharp/security/dataflow/LDAPInjectionQuery.qll @@ -70,8 +70,8 @@ module LdapInjection = TaintTracking::Global; class RemoteSource extends Source instanceof RemoteFlowSource { } /** LDAP sinks defined through Models as Data. */ -private class ExternalLDAPExprSink extends Sink { - ExternalLDAPExprSink() { sinkNode(this, "ldap") } +private class ExternalLdapExprSink extends Sink { + ExternalLdapExprSink() { sinkNode(this, "ldap") } } /**