Class Brakeman::CheckWithoutProtection
In: lib/brakeman/checks/check_without_protection.rb
Parent: Brakeman::BaseCheck

Check for bypassing mass assignment protection with without_protection => true

Only for Rails 3.1

Methods

Public Instance methods

All results should be Model.new(...) or Model.attributes=() calls

[Validate]