Pakket: python-bleach (3.1.2-0+deb10u2)
Verwijzigingen voor python-bleach
Debian bronnen:
Het bronpakket python-bleach downloaden:
- [python-bleach_3.1.2-0+deb10u2.dsc]
- [python-bleach_3.1.2.orig.tar.gz]
- [python-bleach_3.1.2-0+deb10u2.debian.tar.xz]
Beheerders:
- Debian Python Modules Team (QA-pagina, Mailarchief)
- Scott Kitterman (QA-pagina)
- Per Andersson (QA-pagina)
- Christopher Baines (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
whitelist-based HTML-sanitizing library (Python 2)
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 2 version of the package.
Andere aan python-bleach gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-html5lib (>= 1.0.1~)
- HTML parser/tokenizer based on the WHATWG HTML5 specification
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-six (>= 1.9.0)
- Python 2 and 3 compatibility library (Python 2 interface)
-
- dep: python-webencodings
- Python implementation of the WHATWG Encoding standard
-
- sug: python-bleach-doc
- whitelist-based HTML-sanitizing library (common documentation)