python-bleach
Port variant v14
Summary Easy safelist-based HTML-sanitizing tool (3.14)
Package version 6.4.0
Homepage https://github.com/mozilla/bleach
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 20 JUN 2026, 20:56:33 UTC
Port created 01 JAN 2023, 17:21:46 UTC
Subpackage Descriptions
single ====== Bleach ====== **NOTE: 2026-06-05: Bleach is no longer maintained. There will be no future releases including for security issues.** See issue: ``__ Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes. 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. The version on GitHub_ is the most up-to-date and contains the latest bug fixes. You can find full documentation on `ReadTheDocs`_. :Code: https://github.com/mozilla/bleach :Documentation: https://bleach.readthedocs.io/ :Issue tracker: https://github.com/mozilla/bleach/issues :License: Apache License v2; see LICENSE file Reporting Bugs ============== For regular bugs, please report them [in our issue tracker ]. If you believe that you've found a security vulnerability, please [file a secure bug report in our bug tracker ] or send an email to *security AT mozilla DOT org*. For more information on security-related bug disclosure and the PGP key to use for sending encrypted mail or to verify responses received from that address, please read our wiki page at ``_. Security ======== Bleach is a security-focused library. We have a responsible security vulnerability reporting process. Please use that if you're reporting a security issue. Security issues are fixed in private. After we land such a fix, we'll do a release. For every release, we mark security issues we've fixed in the CHANGES in the **Security issues** section. We include any relevant CVE links. Installing Bleach ================= Bleach is available on PyPI_, so you can install it with pip:: $ pip install bleach Upgrading Bleach ================ .. warning:: Before doing any upgrades, read through [Bleach Changes ] for backwards incompatible changes, newer versions, etc. Bleach follows `semver 2`_ versioning. Vendored libraries will not be changed in patch releases. Basic use ========= The simplest way to use Bleach is: .. code-block:: python >>> import bleach >>> bleach.clean('an example') u'an <script>evil()</script> example'
Configuration Switches (platform-specific settings discarded)
PY313 OFF Build using Python 3.13 PY314 ON Build using Python 3.14
Package Dependencies by Type
Build (only) python314:dev:std
python-pip:single:v14
autoselect-python:single:std
Build and Runtime python314:primary:std
Runtime (only) python-webencodings:single:v14
Download groups
main mirror://PYPIWHL/58/9d/40b6267367182187139a4000b82a3b287d84d745bccd808e75d916920e9d
Distribution File Information
4b6b6a54fff2e69a3dde9d21cc6301220bee3c3cb792187d11403fd795031081 165109 python-src/bleach-6.4.0-py3-none-any.whl
Ports that require python-bleach:v14
No other ports depend on this one.