Skip to content

Commit ae4e8a2

Browse files
committed
chore: bleach 6.4.0 and final release
This is the last release of Bleach. There will be no future releases including for security fixes. Thank you all for using and contributing to Bleach!
1 parent 970df58 commit ae4e8a2

7 files changed

Lines changed: 26 additions & 55 deletions

File tree

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Bleach changes
44
Version 6.4.0 (TBD)
55
-------------------
66

7+
**NOTE: 2026-06-05: Bleach is no longer maintained. There will be no future
8+
releases including for security issues.**
9+
See issue: `<https://github.com/mozilla/bleach/issues/698>`__
10+
711
**Backwards incompatible changes**
812

913
* Dropped support for pypy 3.10. (#764)

CONTRIBUTING.rst

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
Reporting Bugs
2-
==============
1+
Status
2+
======
33

4-
For regular bugs, please report them `in our issue tracker
5-
<https://github.com/mozilla/bleach/issues>`_.
6-
7-
8-
Reporting security bugs
9-
-----------------------
10-
11-
If you believe that you've found a security vulnerability, please `file a secure
12-
bug report in our bug tracker
13-
<https://bugzilla.mozilla.org/enter_bug.cgi?product=Webtools&component=Bleach-security&groups=webtools-security>`_
14-
or send an email to *security AT mozilla DOT org*.
15-
16-
For more information on security-related bug disclosure and the PGP key to use
17-
for sending encrypted mail or to verify responses received from that address,
18-
please read our wiki page at
19-
`<https://www.mozilla.org/en-US/security/#For_Developers>`_.
4+
**NOTE: 2026-06-05: Bleach is no longer maintained. There will be no future
5+
releases including for security issues.**
6+
See issue: https://github.com/mozilla/bleach/issues/698

CONTRIBUTORS

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1+
**NOTE: 2026-06-05: Bleach is no longer maintained. There will be no future
2+
releases including for security issues.**
3+
See issue: https://github.com/mozilla/bleach/issues/698
4+
15
Bleach was originally written and maintained by James Socol and various
26
contributors within and without the Mozilla Corporation and Foundation.
37

4-
It is currently maintained by Will Kahn-Greene, Greg Guthe, and Jon Dufresne.
5-
68
Maintainers:
79

8-
- Will Kahn-Greene <willkg@mozilla.com>
9-
- Greg Guthe <gguthe@mozilla.com>
10-
- Jon Dufresne <jon.dufresne@gmail.com>
10+
None
1111

1212
Maintainer emeritus:
1313

1414
- Jannis Leidel <jleidel@mozilla.com>
1515
- James Socol <me@jamessocol.com>
16+
- Greg Guthe <gguthe@mozilla.com>
17+
- Jon Dufresne <jon.dufresne@gmail.com>
18+
- Will Kahn-Greene <willkg@mozilla.com>
1619

1720
Contributors:
1821

README.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22
Bleach
33
======
44

5-
.. image:: https://github.com/mozilla/bleach/workflows/Test/badge.svg
6-
:target: https://github.com/mozilla/bleach/actions?query=workflow%3ATest
7-
8-
.. image:: https://github.com/mozilla/bleach/workflows/Lint/badge.svg
9-
:target: https://github.com/mozilla/bleach/actions?query=workflow%3ALint
10-
11-
.. image:: https://badge.fury.io/py/bleach.svg
12-
:target: http://badge.fury.io/py/bleach
13-
14-
**NOTE: 2023-01-23: Bleach is deprecated.** See issue:
15-
`<https://github.com/mozilla/bleach/issues/698>`__
5+
**NOTE: 2026-06-05: Bleach is no longer maintained. There will be no future
6+
releases including for security issues.**
7+
See issue: `<https://github.com/mozilla/bleach/issues/698>`__
168

179
Bleach is an allowed-list-based HTML sanitizing library that escapes or strips
1810
markup and attributes.

SECURITY.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
# Security Policy
22

3-
## Supported Versions
4-
5-
Use this section to tell people about which versions of your project are
6-
currently being supported with security updates.
7-
8-
| Version | Supported |
9-
| ------- | ------------------ |
10-
| 4.1.x | :white_check_mark: |
11-
| < 4 | :x: |
12-
13-
## Reporting a Vulnerability
14-
15-
If you believe that you've found a security vulnerability, please [file a secure
16-
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*.
17-
18-
For more information on security-related bug disclosure and the PGP key to use
19-
for sending encrypted mail or to verify responses received from that address,
20-
please read our wiki page at https://www.mozilla.org/en-US/security/#For_Developers
3+
**NOTE: 2026-06-05: Bleach is no longer maintained. There will be no future
4+
releases including for security issues.**
5+
See issue: https://github.com/mozilla/bleach/issues/698

bleach/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212

1313
# yyyymmdd
14-
__releasedate__ = "20251027"
14+
__releasedate__ = "20260605"
1515
# x.y.z or x.y.z.dev0 -- semver
16-
__version__ = "6.3.0"
16+
__version__ = "6.4.0"
1717

1818

1919
__all__ = ["clean", "linkify"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_version():
5555
install_requires=INSTALL_REQUIRES,
5656
extras_require=EXTRAS_REQUIRE,
5757
classifiers=[
58-
"Development Status :: 5 - Production/Stable",
58+
"Development Status :: 7 - Inactive",
5959
"Environment :: Web Environment",
6060
"Intended Audience :: Developers",
6161
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)