Skip to content

Commit 694016d

Browse files
committed
add missing qldoc
1 parent 6a9277b commit 694016d

File tree

1 file changed

+4
-0
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+4
-0
lines changed

javascript/ql/lib/semmle/javascript/frameworks/LDAPjs.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
import javascript
66

7+
/**
8+
* A module providing sinks and sanitizers for LDAP injection.
9+
*/
710
module LDAPjs {
811
/** Gets a reference to the ldapjs library. */
912
API::Node ldapjs() { result = API::moduleImport("ldapjs") }
@@ -20,6 +23,7 @@ module LDAPjs {
2023
this = ldapClient().getMember(methodName).getACall()
2124
}
2225

26+
/** Gets the name of the LDAPjs Client API method. */
2327
string getMethodName() { result = methodName }
2428
}
2529

0 commit comments

Comments
 (0)