Package: python-bleach / 6.3.0-1

Metadata

Package Version Patches format
python-bleach 6.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Privacy Don t link to external resources.patch | (download)

README.rst | 9 0 + 9 - 0 !
tests_website/index.html | 5 0 + 5 - 0 !
2 files changed, 14 deletions(-)

 privacy: don't link to external resources

Linking to external data can end up in a privacy breach, removing non
needed SVG files which are linked to external URLs.

Don t vendor the included html5lib.patch | (download)

bleach/html5lib_shim.py | 24 12 + 12 - 0 !
setup.py | 2 0 + 2 - 0 !
tests/test_clean.py | 2 1 + 1 - 0 !
3 files changed, 13 insertions(+), 15 deletions(-)

 don't vendor the included html5lib

Using the vendored html5lib library isn't something we want to do, this
library is packaged in Debian.