python-bleach 3.2.1-2.1 source package in Ubuntu

Changelog

python-bleach (3.2.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * sanitizer: escape HTML comments (CVE-2021-23980) (Closes: #986251)
  * tests: add tests for more eject tags for GHSA-vv2x-vrpj-qqpq

 -- Salvatore Bonaccorso <email address hidden>  Sat, 03 Apr 2021 17:17:55 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bleach_3.2.1-2.1.dsc 2.6 KiB 7f7b0fdc7aedd141809b90429ee7285ba443e3864f7dc7b058ce62730bce5f44
python-bleach_3.2.1.orig.tar.xz 130.8 KiB f07538cb478861b17a7e74eadb9fc7c32e3a27f8a464534ff279d38481d03954
python-bleach_3.2.1-2.1.debian.tar.xz 10.6 KiB e1f821925ca62012c9d54d58029ce57ea2d2f2bb14a8b518db6b3dab5919aff3

Available diffs

No changes file available.

Binary packages built by this source

python-bleach-doc: whitelist-based HTML-sanitizing library (common documentation)

 Bleach is an HTML sanitizing library that escapes or strips markup and
 attributes based on a white list. Bleach can also linkify text safely,
 applying filters that Django's urlize filter cannot, and optionally setting
 rel attributes, even on links already in the text.
 .
 Bleach is intended for sanitizing text from untrusted sources. If you find
 yourself jumping through hoops to allow your site administrators to do lots of
 things, you're probably outside the use cases. Either trust those users, or
 don't.
 .
 Because it relies on html5lib, Bleach is as good as modern browsers at dealing
 with weird, quirky HTML fragments. And any of Bleach's methods will fix
 unbalanced or mis-nested tags.
 .
 This is the common documentation package.

python3-bleach: whitelist-based HTML-sanitizing library (Python 3)

 Bleach is an HTML sanitizing library that escapes or strips markup and
 attributes based on a white list. Bleach can also linkify text safely,
 applying filters that Django's urlize filter cannot, and optionally setting
 rel attributes, even on links already in the text.
 .
 Bleach is intended for sanitizing text from untrusted sources. If you find
 yourself jumping through hoops to allow your site administrators to do lots of
 things, you're probably outside the use cases. Either trust those users, or
 don't.
 .
 Because it relies on html5lib, Bleach is as good as modern browsers at dealing
 with weird, quirky HTML fragments. And any of Bleach's methods will fix
 unbalanced or mis-nested tags.
 .
 This is the Python 3 version of the package.