mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Extend ldap3's start_tls and fix tests
This commit is contained in:
@@ -219,6 +219,11 @@ private module LDAP {
|
||||
.(DataFlow::LocalSourceNode)
|
||||
.flowsTo([serverCall.getArg(2), serverCall.getArgByName("use_ssl")])
|
||||
)
|
||||
or
|
||||
exists(DataFlow::AttrRead startTLS |
|
||||
startTLS.getAttributeName().matches("%start_tls%") and
|
||||
startTLS.getObject().getALocalSource() = this
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user