Skip to content

Commit 6f1b406

Browse files
typo
Co-authored-by: Alex Ford <[email protected]>
1 parent 0237f37 commit 6f1b406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/test/query-tests/experimental/ImproperLdapAuth/ImproperLdapAuth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def some_request_handler
2323
# (i.e a remote flow source)
2424
pass = params[:pass]
2525

26-
# BAD: user input is not sanetized
26+
# BAD: user input is not sanitized
2727
ldap = Net::LDAP.new
2828
ldap.host = your_server_ip_address
2929
ldap.encryption(:method => :simple_tls)

0 commit comments

Comments
 (0)