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 c5c2df4 commit e60fa6fCopy full SHA for e60fa6f
ruby/ql/lib/codeql/ruby/frameworks/Ldap.qll
@@ -42,7 +42,6 @@ module NetLdap {
42
43
/** A call that establishes a LDAP Connection */
44
private class NetLdapConnection extends DataFlow::CallNode {
45
-
46
NetLdapConnection() { this in [ldap().getAnInstantiation(), ldap().getAMethodCall("open")] }
47
48
predicate usesSsl() {
@@ -58,8 +57,6 @@ module NetLdap {
58
57
.(DataFlow::HashLiteralNode)
59
.getElementFromKey(any(Ast::ConstantValue cv | cv.isStringlikeValue(arg)))
60
}
61
- }
62
63
64
65
/** A call that constructs a LDAP query */
0 commit comments