mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Add missing comment
This commit is contained in:
@@ -116,6 +116,7 @@ private module LDAP {
|
||||
override predicate useSSL() {
|
||||
// use initialize to correlate `this` and so avoid FP in several instances
|
||||
exists(DataFlow::CallCfgNode initialize |
|
||||
// ldap.set_option(ldap.OPT_X_TLS_%s)
|
||||
ldap().getMember("set_option").getACall().getArg(_) instanceof LDAPSSLOptions
|
||||
or
|
||||
this.getFunction().(DataFlow::AttrRead).getObject().getALocalSource() = initialize and
|
||||
|
||||
Reference in New Issue
Block a user