Change hasFlowPath to flowPath

Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
Maiky
2023-07-11 19:20:54 +02:00
committed by GitHub
parent c4f72dd2f2
commit c255f8717d

View File

@@ -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"