We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041c068 commit 773d927Copy full SHA for 773d927
1 file changed
HISTORY.md
@@ -1,5 +1,22 @@
1
# Sanitize History
2
3
+## 6.0.2 (2023-07-06)
4
+
5
+### Bug Fixes
6
7
+* CVE-2023-36823: Fixed an HTML+CSS sanitization bypass that could allow XSS
8
+ (cross-site scripting). This issue affects Sanitize versions 3.0.0 through
9
+ 6.0.1.
10
11
+ When using Sanitize's relaxed config or a custom config that allows `<style>`
12
+ elements and one or more CSS at-rules, carefully crafted input could be used
13
+ to sneak arbitrary HTML through Sanitize.
14
15
+ See the following security advisory for additional details:
16
+ [GHSA-f5ww-cq3m-q3g7](https://github.com/rgrove/sanitize/security/advisories/GHSA-f5ww-cq3m-q3g7)
17
18
+ Thanks to @cure53 for finding this issue.
19
20
## 6.0.1 (2023-01-27)
21
22
### Bug Fixes
0 commit comments