mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user