Update javascript/ql/src/experimental/Security/CWE-090/Ldapjs.qll

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Alessio Della Libera
2020-09-01 20:56:25 +02:00
committed by GitHub
parent 1b50477fae
commit 28729915d7

View File

@@ -34,7 +34,7 @@ module Ldapjs {
*/
class LdapjsSearchOptions extends DataFlow::SourceNode {
LdapjsSearchOptions() {
this = any(LdapClient client).getAMemberCall("search").getArgument(1).getALocalSource()
this = any(LdapjsClient client).getAMemberCall("search").getArgument(1).getALocalSource()
}
}