freshcrate
Home > Frameworks > bleach

bleach

An easy safelist-based HTML-sanitizing tool.

Description

====== Bleach ====== .. image:: https://github.com/mozilla/bleach/workflows/Test/badge.svg :target: https://github.com/mozilla/bleach/actions?query=workflow%3ATest .. image:: https://github.com/mozilla/bleach/workflows/Lint/badge.svg :target: https://github.com/mozilla/bleach/actions?query=workflow%3ALint .. image:: https://badge.fury.io/py/bleach.svg :target: http://badge.fury.io/py/bleach **NOTE: 2023-01-23: Bleach is deprecated.** See issue: `<https://github.com/mozilla/bleach/issues/698>`__ 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 <https://github.com/mozilla/bleach/issues>`_. If you believe that you've found a security vulnerability, please `file a secure bug report in our bug tracker <https://bugzilla.mozilla.org/enter_bug.cgi?assigned_to=nobody%40mozilla.org&product=Webtools&component=Bleach-security&groups=webtools-security>`_ 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 `<https://www.mozilla.org/en-US/security/#For_Developers>`_. 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 <https://bleach.readthedocs.io/en/latest/changes.html>`_ 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 <script>evil()</script> example') u'an &lt;script&gt;evil()&lt;/script&gt; example' >>> bleach.linkify('an http://example.com url') u'an <a href="http://example.com" rel="nofollow">http://example.com</a> url' Code of Conduct =============== This project and repository is governed by Mozilla's code of conduct and etiquette guidelines. For more details please see the `CODE_OF_CONDUCT.md </CODE_OF_CONDUCT.md>`_ .. _html5lib: https://github.com/html5lib/html5lib-python .. _GitHub: https://github.com/mozilla/bleach .. _ReadTheDocs: https://bleach.readthedocs.io/ .. _PyPI: https://pypi.org/project/bleach/ .. _semver 2: https://semver.org/ Bleach changes ============== Version 6.3.0 (October 27th, 2025) ---------------------------------- **Backwards incompatible changes** * Dropped support for Python 3.9. (#756) **Security fixes** None **Bug fixes** * Add support for Python 3.14. (#758) * Fix wbr handling. (#488) Version 6.2.0 (October 29th, 2024) ---------------------------------- **Backwards incompatible changes** * Dropped support for Python 3.8. (#737) **Security fixes** None **Bug fixes** * Add support for Python 3.13. (#736) * Remove six depdenncy. (#618) * Update known-good versions for tinycss2. (#732) * Fix additional < followed by characters and EOF issues. (#728) Version 6.1.0 (October 6th, 2023) --------------------------------- **Backwards incompatible changes** * Dropped support for Python 3.7. (#709) **Security fixes** None **Bug fixes** * Add support for Python 3.12. (#710) * Fix linkify with arrays in querystring (#436) * Handle more cases with < followed by character data (#705) * Fix entities inside a tags in linkification (#704) * Update cap for tinycss2

Release History

VersionChangesUrgencyDate
6.3.0Imported from PyPI (6.3.0)Low4/21/2026
v6.3.0Tag v6.3.0Low10/27/2025
v6.2.0Tag v6.2.0Low10/29/2024
v6.1.0Tag v6.1.0Low10/6/2023
v6.0.0Tag v6.0.0Low1/23/2023
v5.0.1Tag v5.0.1Low6/27/2022
v5.0.0Tag v5.0.0Low4/7/2022
v4.1.0Tag v4.1.0Low8/25/2021
v4.0.0Tag v4.0.0Low8/3/2021
v3.3.1Tag v3.3.1Low7/14/2021
v3.3.0Tag v3.3.0Low2/1/2021
v3.2.3Tag v3.2.3Low1/26/2021
v3.2.2Tag v3.2.2Low1/20/2021
v3.2.1Tag v3.2.1Low9/18/2020
v3.2.0Tag v3.2.0Low9/16/2020
v3.1.5Tag v3.1.5Low4/29/2020
v3.1.4Tag v3.1.4Low3/26/2020
v3.1.3Tag v3.1.3Low3/17/2020
v3.1.2Tag v3.1.2Low3/17/2020
v3.1.1Tag v3.1.1Low2/19/2020
v3.1.0Tag v3.1.0Low1/9/2019

Dependencies & License Audit

Loading dependencies...

Similar Packages

pre-commitA framework for managing and maintaining multi-language pre-commit hooks.v4.6.0
azure-core-tracing-opentelemetryMicrosoft Azure Azure Core OpenTelemetry plugin Library for Pythonazure-template_0.1.0b6187637
spdx-toolsSPDX parser and tools.0.8.5
lacesDjango components that know how to render themselves.0.1.2
django-tasksA backport of Django's built in Tasks framework0.12.0