Update LdapjsSearchOptions and getQueryCall

This commit is contained in:
ubuntu
2020-09-01 22:23:07 +02:00
parent 8f00acd4e2
commit e2e55455c1

View File

@@ -17,4 +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).getQueryCall(), "LDAP query call", source.getNode(), "user-provided value"
sink.getNode().(Sink).getQueryCallSink(), "LDAP query call", source.getNode(),
"user-provided value"