mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Apply suggestions from code review
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* @tags experimental
|
||||
* security
|
||||
* external/cwe/cwe-522
|
||||
* external/cwe/cwe-523
|
||||
*/
|
||||
|
||||
// determine precision above
|
||||
|
||||
@@ -167,7 +167,7 @@ module LDAPBind {
|
||||
abstract DataFlow::Node getPassword();
|
||||
|
||||
/**
|
||||
* Checks if the binding process use SSL.
|
||||
* Holds if the binding process use SSL.
|
||||
*/
|
||||
abstract predicate useSSL();
|
||||
}
|
||||
@@ -195,7 +195,7 @@ class LDAPBind extends DataFlow::Node {
|
||||
DataFlow::Node getPassword() { result = range.getPassword() }
|
||||
|
||||
/**
|
||||
* Checks if the binding process use SSL.
|
||||
* Holds if the binding process use SSL.
|
||||
*/
|
||||
predicate useSSL() { range.useSSL() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user