Package: lxml / 4.6.3+dfsg-0.1+deb11u1

Metadata

Package Version Patches format
lxml 4.6.3+dfsg-0.1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Cleaner Prevent import from re occurring in the CSS .patch | (download)

src/lxml/html/clean.py | 2 2 + 0 - 0 !
src/lxml/html/tests/test_clean.py | 20 20 + 0 - 0 !
2 files changed, 22 insertions(+)

 cleaner: prevent "@import" from re-occurring in the css after
 replacements, e.g. "@@importimport".
Cleaner Remove SVG image data URLs since they can em.patch | (download)

src/lxml/html/clean.py | 23 15 + 8 - 0 !
src/lxml/html/tests/test_clean.py | 45 45 + 0 - 0 !
2 files changed, 60 insertions(+), 8 deletions(-)

 cleaner: remove svg image data urls since they can embed script
 content.