We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b55955 commit 0e93257Copy full SHA for 0e93257
csharp/ql/lib/semmle/code/csharp/security/dataflow/LDAPInjectionQuery.qll
@@ -70,8 +70,8 @@ module LdapInjection = TaintTracking::Global<LdapInjectionConfig>;
70
class RemoteSource extends Source instanceof RemoteFlowSource { }
71
72
/** LDAP sinks defined through Models as Data. */
73
-private class ExternalLDAPExprSink extends Sink {
74
- ExternalLDAPExprSink() { sinkNode(this, "ldap") }
+private class ExternalLdapExprSink extends Sink {
+ ExternalLdapExprSink() { sinkNode(this, "ldap") }
75
}
76
77
/**
0 commit comments