Skip to content

Commit

Permalink
Changelog for URL cleaner improvement
Browse files Browse the repository at this point in the history
SHA - 4ea768d
  • Loading branch information
jhy committed Aug 24, 2022
1 parent 4ea768d commit d2d9ac3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
jsoup changelog

Release 1.15.3 [PENDING]
Release 1.15.3 [2022-Aug-24]
* Security: fixed an issue where the jsoup cleaner may incorrectly sanitize crafted XSS attempts if
SafeList.preserveRelativeLinks is enabled.
<https://github.com/jhy/jsoup/security/advisories/GHSA-gp7f-rwcx-9369>

* Improvement: the Cleaner will preserve the source position of cleaned elements, if source tracking is enabled in the
original parse.

Expand Down

0 comments on commit d2d9ac3

Please sign in to comment.