File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.4.4 / 2022-12-13
2+
3+ * Address inefficient regular expression complexity with certain configurations of Rails::Html::Sanitizer.
4+
5+ Fixes CVE-2022 -23517. See
6+ [ GHSA-5x79 -w82f-gw8w] ( https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-5x79-w82f-gw8w )
7+ for more information.
8+
9+ * Mike Dalessio*
10+
11+ * Address improper sanitization of data URIs.
12+
13+ Fixes CVE-2022 -23518 and #135 . See
14+ [ GHSA-mcvf -2q2m-x72m] ( https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-mcvf-2q2m-x72m )
15+ for more information.
16+
17+ * Mike Dalessio*
18+
19+ * Address possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer.
20+
21+ Fixes CVE-2022 -23520. See
22+ [ GHSA-rrfc -7g8p-99q8] ( https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-rrfc-7g8p-99q8 )
23+ for more information.
24+
25+ * Mike Dalessio*
26+
27+ * Address possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer.
28+
29+ Fixes CVE-2022 -23519. See
30+ [ GHSA-9h9g -93gc-623h] ( https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-9h9g-93gc-623h )
31+ for more information.
32+
33+ * Mike Dalessio*
34+
35+
136## 1.4.3 / 2022-06-09
237
338* Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer.
Original file line number Diff line number Diff line change 11module Rails
22 module Html
33 class Sanitizer
4- VERSION = "1.4.3 "
4+ VERSION = "1.4.4 "
55 end
66 end
77end
You can’t perform that action at this time.
0 commit comments