Skip to content

Commit 9c9567f

Browse files
committed
Bump version to 0.16.0
1 parent 114803a commit 9c9567f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/source/changes.rst

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ History of changes
55

66
.. towncrier release notes start
77
8-
H11 0.14.0 (2025-04-23)
8+
H11 0.16.0 (2025-04-23)
9+
-----------------------
10+
11+
Security fix
12+
~~~~~~~~~~~~
13+
14+
Reject certain malformed `Transfer-Encoding: chunked` bodies that were previously accepted. These could have enabled request-smuggling attacks when an h11-based HTTP server was placed behind a load balancer with a matching bug in its `chunked` handling.
15+
16+
Advisory with more details: https://github.com/python-hyper/h11/security/advisories/GHSA-vqfr-h8mv-ghfj
17+
18+
Reported by: Jeppe Bonde Weikop
19+
20+
H11 0.15.0 (2025-04-23)
921
-----------------------
1022

1123
Bugfixes

h11/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
1414
# 1.0.0.)
1515

16-
__version__ = "0.15.0"
16+
__version__ = "0.16.0"

0 commit comments

Comments
 (0)