mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Update javascript/ql/src/experimental/Security/CWE-090/LdapInjection.ql
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
committed by
GitHub
parent
042d07161c
commit
6ad88bf93f
@@ -17,5 +17,5 @@ import LdapInjection::LdapInjection
|
||||
from LdapInjectionConfiguration config, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where config.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "$@ might include code from $@.",
|
||||
sink.getNode().(Sink).getQueryCallSink(), "LDAP query call", source.getNode(),
|
||||
sink.getNode().(Sink).getQueryCall(), "LDAP query call", source.getNode(),
|
||||
"user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user