Skip to content

Commit 353c0a9

Browse files
committed
Add missing comment
1 parent 3cf28ad commit 353c0a9

File tree

1 file changed

+1
-0
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+1
-0
lines changed

python/ql/src/experimental/semmle/python/frameworks/LDAP.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ private module LDAP {
116116
override predicate useSSL() {
117117
// use initialize to correlate `this` and so avoid FP in several instances
118118
exists(DataFlow::CallCfgNode initialize |
119+
// ldap.set_option(ldap.OPT_X_TLS_%s)
119120
ldap().getMember("set_option").getACall().getArg(_) instanceof LDAPSSLOptions
120121
or
121122
this.getFunction().(DataFlow::AttrRead).getObject().getALocalSource() = initialize and

0 commit comments

Comments
 (0)