add missing qldoc

This commit is contained in:
Erik Krogh Kristensen
2021-09-30 15:02:35 +02:00
parent 6a9277b5ce
commit 694016dcbe

View File

@@ -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 }
}