Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
Maiky
2023-08-03 17:07:58 +02:00
committed by GitHub
parent c54561e775
commit 0237f37842

View File

@@ -4,7 +4,7 @@ class FooController < ActionController::Base
# (i.e a remote flow source)
pass = params[:pass]
# BAD: user input is not sanetized
# BAD: user input is not sanitized
ldap = Net::LDAP.new(
host: 'ldap.example.com',
port: 636,