mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
31aceeb104
If called with a hash that has a `default` / `default_proc` configured, `Devise::ParameterFilter` can add in missing keys it was due to attempt to sanitise the values for. This patch prevents this from happening, whilst also clarifying the filtering intent of `ParamaterFilter`. (This can also occur if NilClass has been augmented with definitions for `strip` or `downcase`.) Fixes #3431. |
||
---|---|---|
.. | ||
authenticatable_test.rb | ||
confirmable_test.rb | ||
database_authenticatable_test.rb | ||
lockable_test.rb | ||
omniauthable_test.rb | ||
recoverable_test.rb | ||
registerable_test.rb | ||
rememberable_test.rb | ||
serializable_test.rb | ||
timeoutable_test.rb | ||
trackable_test.rb | ||
validatable_test.rb |