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-08-27 00:17:55 +02:00
committed by GitHub
parent f12ac8ca60
commit 23287aacee

View File

@@ -47,7 +47,7 @@ module Ldapjs {
class LdapjsSearchFilter extends DataFlow::Node {
LdapjsSearchFilter() {
this =
any(LdapjsSearchOptions options).(DataFlow::SourceNode).getAPropertyWrite("filter").getRhs()
any(LdapjsSearchOptions options).getAPropertyWrite("filter").getRhs()
}
}