We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0237f37 commit 6f1b406Copy full SHA for 6f1b406
ruby/ql/test/query-tests/experimental/ImproperLdapAuth/ImproperLdapAuth.rb
@@ -23,7 +23,7 @@ def some_request_handler
23
# (i.e a remote flow source)
24
pass = params[:pass]
25
26
- # BAD: user input is not sanetized
+ # BAD: user input is not sanitized
27
ldap = Net::LDAP.new
28
ldap.host = your_server_ip_address
29
ldap.encryption(:method => :simple_tls)
0 commit comments