We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd3b33 commit b3225cfCopy full SHA for b3225cf
1 file changed
ruby/ql/src/experimental/ldap-improper-auth/ImproperLdapAuth.ql
@@ -16,5 +16,5 @@ import ImproperLdapAuthFlow::PathGraph
16
17
from ImproperLdapAuthFlow::PathNode source, ImproperLdapAuthFlow::PathNode sink
18
where ImproperLdapAuthFlow::flowPath(source, sink)
19
-select sink.getNode(), source, sink, "This LDAP authencation depends on a $@.", source.getNode(),
+select sink.getNode(), source, sink, "This LDAP authentication depends on a $@.", source.getNode(),
20
"user-provided value"
0 commit comments