Skip to content

Commit 773d927

Browse files
committed
Update history
1 parent 041c068 commit 773d927

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

HISTORY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Sanitize History
22

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+
320
## 6.0.1 (2023-01-27)
421

522
### Bug Fixes

0 commit comments

Comments
 (0)