mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +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
f12ac8ca60
commit
23287aacee
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user