pax_global_header 0000666 0000000 0000000 00000000064 15150262265 0014516 g ustar 00root root 0000000 0000000 52 comment=fd10d79cf8a4d4a962e139aee6d02dec02b2de7c
lxml_html_clean-0.4.4/ 0000775 0000000 0000000 00000000000 15150262265 0014665 5 ustar 00root root 0000000 0000000 lxml_html_clean-0.4.4/.github/ 0000775 0000000 0000000 00000000000 15150262265 0016225 5 ustar 00root root 0000000 0000000 lxml_html_clean-0.4.4/.github/workflows/ 0000775 0000000 0000000 00000000000 15150262265 0020262 5 ustar 00root root 0000000 0000000 lxml_html_clean-0.4.4/.github/workflows/main.yml 0000664 0000000 0000000 00000001100 15150262265 0021721 0 ustar 00root root 0000000 0000000 on:
push:
branches:
- main
pull_request:
branches:
- main
name: Run Tox tests
jobs:
tox_test:
name: Tox test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env:
- py39
- py310
- py311
- py312
- py313
- py314
- mypy
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest
lxml_html_clean-0.4.4/.gitignore 0000664 0000000 0000000 00000000120 15150262265 0016646 0 ustar 00root root 0000000 0000000 __pycache__
*.pyc
*.pyo
.tox
dist/
docs/_build
build/
lxml_html_clean.egg-info/
lxml_html_clean-0.4.4/.readthedocs.yaml 0000664 0000000 0000000 00000000466 15150262265 0020122 0 ustar 00root root 0000000 0000000 # .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt
lxml_html_clean-0.4.4/CHANGES.rst 0000664 0000000 0000000 00000011714 15150262265 0016473 0 ustar 00root root 0000000 0000000 =========================
lxml_html_clean changelog
=========================
Unreleased
==========
0.4.4 (2026-02-26)
==================
Bugs fixed
----------
* Fixed a bug where Unicode escapes in CSS were not properly decoded
before security checks. This prevents attackers from bypassing filters
using escape sequences.
* Fixed a security issue where ``