mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
fix Singleton set literal
This commit is contained in:
@@ -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() {
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user