VYPR

PyPI package

lxml-html-clean

pkg:pypi/lxml-html-clean

Vulnerabilities (3)

  • CVE-2026-28350Mar 5, 2026
    affected < 0.4.4fixed 0.4.4

    lxml_html_clean is a project for HTML cleaning functionalities copied from `lxml.html.clean`. Prior to version 0.4.4, the tag passes through the default Cleaner configuration. While page_structure=True removes html, head, and title tags, there is no specific handling for <

  • CVE-2026-28348Mar 5, 2026
    affected < 0.4.4fixed 0.4.4

    lxml_html_clean is a project for HTML cleaning functionalities copied from `lxml.html.clean`. Prior to version 0.4.4, the _has_sneaky_javascript() method strips backslashes before checking for dangerous CSS keywords. This causes CSS Unicode escape sequences to bypass the @import

  • CVE-2024-52595Nov 19, 2024
    affected < 0.4.0fixed 0.4.0

    lxml_html_clean is a project for HTML cleaning functionalities copied from `lxml.html.clean`. Prior to version 0.4.0, the HTML Parser in lxml does not properly handle context-switching for special HTML tags such as ``, `` and ``. This behavior deviates from h