Skip to content

Commit c5c2df4

Browse files
committed
fix Singleton set literal
1 parent 0cd1c1e commit c5c2df4

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Ldap.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module NetLdap {
4343
/** A call that establishes a LDAP Connection */
4444
private class NetLdapConnection extends DataFlow::CallNode {
4545

46-
NetLdapConnection() { this in [ldap().getAnInstantiation(), ldap().getAMethodCall(["open"])] }
46+
NetLdapConnection() { this in [ldap().getAnInstantiation(), ldap().getAMethodCall("open")] }
4747

4848
predicate usesSsl() {
4949
[

0 commit comments

Comments
 (0)