Skip to content

Commit

Permalink
publish: v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Oct 8, 2021
1 parent 699acde commit 380a4ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.0.10 (2021-10-08)

- [Fix: #239 stripCommentTag DoS attack](https://github.com/leizongmin/js-xss/pull/239)

## v1.0.9 (2021-05-06)

- [Fix whitespace bypass #218](https://github.com/leizongmin/js-xss/pull/218/files) by @TomAnthony
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "xss",
"main": "./lib/index.js",
"typings": "./typings/xss.d.ts",
"version": "1.0.9",
"version": "1.0.10",
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
"author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)",
"repository": {
Expand Down

0 comments on commit 380a4ba

Please sign in to comment.