Releases: rails/rails-html-sanitizer
Releases · rails/rails-html-sanitizer
v1.2.0
-
Remove needless
white_list_sanitizer
deprecation.By deprecating this, we were forcing Rails 5.2 to be updated or spew
deprecations that users could do nothing about.That's pointless and I'm sorry for adding that!
Now there's no deprecation warning and Rails 5.2 works out of the box, while
Rails 6 can use the updated naming.Kasper Timm Hansen
v1.1.0
v1.0.4
- Fix CVE-2018-3741.
v1.0.2
- Fix errors with
ASCII-8BIT
encoded strings.