File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11## 1.6.0.rc2 / 2023-05-24
2+ * Dependencies have been updated:
3+
4+ - Loofah ` ~>2.21 ` and Nokogiri ` ~>1.14 ` for HTML5 parser support
5+ - As a result, required Ruby version is now ` >= 2.7.0 `
6+
7+ Security updates will continue to be made on the ` 1.5.x ` release branch as long as Rails 6.1
8+ (which supports Ruby 2.5) is still in security support.
9+
10+ * Mike Dalessio*
211
312* HTML5 standards-compliant sanitizers are now available on platforms supported by
413 Nokogiri::HTML5. These are available as:
Original file line number Diff line number Diff line change @@ -234,6 +234,15 @@ Or install it yourself as:
234234 $ gem install rails-html-sanitizer
235235
236236
237+ ## Support matrix
238+
239+ | branch | ruby support | actively maintained | security support |
240+ |--------|--------------|---------------------|----------------------------------------|
241+ | 1.6.x | > = 2.7 | yes | yes |
242+ | 1.5 .x | >= 2.5 | no | while Rails 6.1 is in security support |
243+ | 1.4 .x | >= 1.8 .7 | no | no |
244+
245+
237246# # Read more
238247
239248Loofah is what underlies the sanitizers and scrubbers of rails- html- sanitizer.
You can’t perform that action at this time.
0 commit comments