instance method deep_munge

Ruby on Rails 4.1.16

Since v4.1.16 Last seen in v4.2.9

Available in: v4.1.16 v4.2.9

Signature

deep_munge(event)

No documentation comment.

Parameters

event req
Source
# File actionpack/lib/action_controller/log_subscriber.rb, line 56
    def deep_munge(event)
      message = "Value for params[:#{event.payload[:keys].join('][:')}] was set "\
                "to nil, because it was one of [], [null] or [null, null, ...]. "\
                "Go to http://guides.rubyonrails.org/security.html#unsafe-query-generation "\
                "for more information."\

      debug(message)
    end

Defined in actionpack/lib/action_controller/log_subscriber.rb line 56 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::LogSubscriber

Type at least 2 characters to search.

↑↓ navigate · open · esc close