Skip to content

Commit c255f87

Browse files
Change hasFlowPath to flowPath
Co-authored-by: Alex Ford <[email protected]>
1 parent c4f72dd commit c255f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/experimental/ldap-injection/LdapInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ import codeql.ruby.security.LdapInjectionQuery
1616
import LdapInjection::PathGraph
1717

1818
from LdapInjection::PathNode source, LdapInjection::PathNode sink
19-
where LdapInjection::hasFlowPath(source, sink)
19+
where LdapInjection::flowPath(source, sink)
2020
select sink.getNode(), source, sink, "This LDAP query depends on a $@.", source.getNode(),
2121
"user-provided value"

0 commit comments

Comments
 (0)