File tree 2 files changed +36
-1
lines changed
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
+
1
36
## 1.4.3 / 2022-06-09
2
37
3
38
* Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer.
Original file line number Diff line number Diff line change 1
1
module Rails
2
2
module Html
3
3
class Sanitizer
4
- VERSION = "1.4.3 "
4
+ VERSION = "1.4.4 "
5
5
end
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments