Skip to content

Commit 0237f37

Browse files
typo
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
1 parent c54561e commit 0237f37

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def some_request_handler
44
# (i.e a remote flow source)
55
pass = params[:pass]
66

7-
# BAD: user input is not sanetized
7+
# BAD: user input is not sanitized
88
ldap = Net::LDAP.new(
99
host: 'ldap.example.com',
1010
port: 636,

0 commit comments

Comments
 (0)