mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
add missing qldoc
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
import javascript
|
||||
|
||||
/**
|
||||
* A module providing sinks and sanitizers for LDAP injection.
|
||||
*/
|
||||
module LDAPjs {
|
||||
/** Gets a reference to the ldapjs library. */
|
||||
API::Node ldapjs() { result = API::moduleImport("ldapjs") }
|
||||
@@ -20,6 +23,7 @@ module LDAPjs {
|
||||
this = ldapClient().getMember(methodName).getACall()
|
||||
}
|
||||
|
||||
/** Gets the name of the LDAPjs Client API method. */
|
||||
string getMethodName() { result = methodName }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user