mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Update LdapjsSearchOptions and getQueryCall
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user