Skip to content

Commit b3225cf

Browse files
committed
Rubt: Fix typo in query message
1 parent 9dd3b33 commit b3225cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/experimental/ldap-improper-auth/ImproperLdapAuth.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ import ImproperLdapAuthFlow::PathGraph
1616

1717
from ImproperLdapAuthFlow::PathNode source, ImproperLdapAuthFlow::PathNode sink
1818
where ImproperLdapAuthFlow::flowPath(source, sink)
19-
select sink.getNode(), source, sink, "This LDAP authencation depends on a $@.", source.getNode(),
19+
select sink.getNode(), source, sink, "This LDAP authentication depends on a $@.", source.getNode(),
2020
"user-provided value"

0 commit comments

Comments
 (0)