Skip to content

Commit

Permalink
html-sanitizer 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 19, 2024
1 parent 162c31e commit 699e1fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Change log
Next version
============


2.5 (2024-12-19)
================

- **Vulnerability:** Fixed an issue where normalizing unicode too late in the
process would keep disallowed tags when using specially crafted HTML. Fixed
in 2.4.2.
Expand Down
2 changes: 1 addition & 1 deletion html_sanitizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import contextlib


__version__ = "2.4.4"
__version__ = "2.5.0"


with contextlib.suppress(ImportError):
Expand Down

0 comments on commit 699e1fa

Please sign in to comment.