mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Change hasFlowPath to flowPath
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,6 @@ import codeql.ruby.security.LdapInjectionQuery
|
||||
import LdapInjection::PathGraph
|
||||
|
||||
from LdapInjection::PathNode source, LdapInjection::PathNode sink
|
||||
where LdapInjection::hasFlowPath(source, sink)
|
||||
where LdapInjection::flowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "This LDAP query depends on a $@.", source.getNode(),
|
||||
"user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user