Skip to content

Commit

Permalink
add documentation about a possible security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Mar 29, 2014
1 parent 77046cb commit a86ae75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/active_interaction/filters/hash_filter.rb
Expand Up @@ -8,7 +8,11 @@ class Base
#
# @!macro filter_method_params
# @param block [Proc] filter methods to apply for select keys
# @option options [Boolean] :strip (true) strip unknown keys
# @option options [Boolean] :strip (true) strip unknown keys (Note: All
# keys are symbolized. Ruby does not GC symbols so this can cause
# memory bloat. Setting this option to `false` and passing in non-safe
# input (e.g. Rails `params`) opens your software to a denial of
# service attack.)
#
# @example
# hash :order
Expand Down

0 comments on commit a86ae75

Please sign in to comment.