Codebase list ruby-rails-deprecated-sanitizer / e01b51c6-fef1-4f49-98da-b2bf93b9ad68/main
e01b51c6-fef1-4f49-98da-b2bf93b9ad68/main

Tree @e01b51c6-fef1-4f49-98da-b2bf93b9ad68/main (Download .tar.gz)

# Rails::Deprecated::Sanitizer

In Rails 4.2 HTML sanitization has been rewritten using a more secure library.

This gem includes the old behavior shipping with Rails 4.2 and before. It is
strictly provided to ease migration.

To downgrade add `gem 'rails-deprecated_sanitizer'` to your Gemfile.

See the Rails 4.2 upgrade guide for more information.

You can read more about the new sanitization implementation here: [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer).

# Reporting XSS Security Issues

The code provided here deals with XSS attacks and is therefore a security concern.
So if you find a security issue please follow the [regular security reporting guidelines](http://rubyonrails.org/security/).

Commit History @e01b51c6-fef1-4f49-98da-b2bf93b9ad68/main