We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dec487 commit 0cd1c1eCopy full SHA for 0cd1c1e
ruby/ql/lib/codeql/ruby/frameworks/Ldap.qll
@@ -87,7 +87,7 @@ module NetLdap {
87
88
/** A call considered as a LDAP bind. */
89
private class NetLdapBind extends LdapBind::Range, DataFlow::CallNode {
90
- NetLdapConnection l;
+ private NetLdapConnection l;
91
92
NetLdapBind() { this = l.getAMethodCall("bind") }
93
0 commit comments