We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9277b commit 694016dCopy full SHA for 694016d
javascript/ql/lib/semmle/javascript/frameworks/LDAPjs.qll
@@ -4,6 +4,9 @@
4
5
import javascript
6
7
+/**
8
+ * A module providing sinks and sanitizers for LDAP injection.
9
+ */
10
module LDAPjs {
11
/** Gets a reference to the ldapjs library. */
12
API::Node ldapjs() { result = API::moduleImport("ldapjs") }
@@ -20,6 +23,7 @@ module LDAPjs {
20
23
this = ldapClient().getMember(methodName).getACall()
21
24
}
22
25
26
+ /** Gets the name of the LDAPjs Client API method. */
27
string getMethodName() { result = methodName }
28
29
0 commit comments