fix Singleton set literal

This commit is contained in:
Maiky
2023-08-10 00:13:02 +02:00
parent 0cd1c1e2e5
commit c5c2df4593

View File

@@ -43,7 +43,7 @@ module NetLdap {
/** A call that establishes a LDAP Connection */
private class NetLdapConnection extends DataFlow::CallNode {
NetLdapConnection() { this in [ldap().getAnInstantiation(), ldap().getAMethodCall(["open"])] }
NetLdapConnection() { this in [ldap().getAnInstantiation(), ldap().getAMethodCall("open")] }
predicate usesSsl() {
[