Files
js-xss/CHANGELOG.md

16 lines
643 B
Markdown
Raw Normal View History

2021-05-06 11:32:55 +08:00
# CHANGELOG
## v1.0.9 (2021-05-06)
- [Fix whitespace bypass #218](https://github.com/leizongmin/js-xss/pull/218/files) by @TomAnthony
- [Add `<summary>` to default whitelist #216](https://github.com/leizongmin/js-xss/pull/216) by @spacegaier
2020-07-27 10:21:57 +08:00
## v1.0.8 (2020-07-27)
2020-07-27 10:28:36 +08:00
- [Allow default imports in TS #200](https://github.com/leizongmin/js-xss/pull/200) by @danvk
- [Update handling of quoteStart to prevent sanitization bypass #201](https://github.com/leizongmin/js-xss/pull/201) by @TomAnthony
2020-07-27 10:21:57 +08:00
2020-06-08 10:58:18 +08:00
## v1.0.7 (2020-06-08)
2020-07-27 10:28:36 +08:00
- [added support for src embedded image, ftp and relative urls](https://github.com/leizongmin/js-xss/pull/189) by @sijanec