Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-lxml-html-clean
From: Adam Ciarcinski
Date: 2024-11-16 11:19:49
Message id: 20241116101949.9DDF7FC7D@cvs.NetBSD.org
Log Message:
py-lxml-html-clean: updated to 0.4.0
0.4.0 (2024-11-12)
Bugs fixed
* The ``Cleaner()`` now scans for hidden JavaScript code embedded
within CSS comments. In certain contexts, such as within ``<svg>`` or \
``<math>`` tags,
``<style>`` tags may lose their intended function, allowing comments
like ``/* foo */`` to potentially be executed by the browser.
If a suspicious content is detected, only the comment is removed.
Files: