Rack::Taint is Rack middleware to taint the the query string (and thus
GET parameters), input (and thus POST parameters), headers (and thus
cookies), and everything else that comes in on a request. Among other
use cases, this may prove helpful as a component in a scheme that
limits mass assignment in Rails.
Add this line to your application’s Gemfile:
gem 'rack-taint'
On Rails, the Railtie takes care of everything else. On everything
else, you’ll need to add the Rack::Taint middleware to the stack
yourself.
Please follow Git commit message best practices when
submitting a pull request.
If I provide you with feedback on your pull request, generally you should
squash your changes into the previous commit when submitting a second request.
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.