mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
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:
committed by
GitHub
parent
1b50477fae
commit
28729915d7
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user