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.
Singleton set literal
1 parent 0cd1c1e commit c5c2df4Copy full SHA for c5c2df4
ruby/ql/lib/codeql/ruby/frameworks/Ldap.qll
@@ -43,7 +43,7 @@ module NetLdap {
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"])] }
+ NetLdapConnection() { this in [ldap().getAnInstantiation(), ldap().getAMethodCall("open")] }
47
48
predicate usesSsl() {
49
[
0 commit comments