Skip to content

Commit b51c186

Browse files
committed
Move securitu fixes to a separate security advisories.
1 parent c0b035c commit b51c186

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

NEWS.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ https://twisted.org/trac/ticket/<number>
1111
Twisted 24.7.0rc1 (2024-07-29)
1212
==============================
1313

14+
15+
Security Advisories
16+
-------------------
17+
18+
- twisted.web.util.redirectTo now HTML-escapes the provided URL in the fallback response body it returns (GHSA-cf56-g6w6-pqq2, CVE-2024-41810). (#9839)
19+
- The HTTP 1.0 and 1.1 server provided by twisted.web could process pipelined HTTP requests out-of-order, possibly resulting in information disclosure (CVE-2024-41671/GHSA-c8m8-j448-xjx7) (#12248)
20+
21+
1422
Features
1523
--------
1624

@@ -89,14 +97,12 @@ Features
8997
Bugfixes
9098
~~~~~~~~
9199

92-
- twisted.web.util.redirectTo now HTML-escapes the provided URL in the fallback response body it returns (GHSA-cf56-g6w6-pqq2, CVE-2024-41810). (#9839)
93100
- twisted.web.http.IM_A_TEAPOT was added and returns `I'm a teapot`
94101
as default message for the status code 418,
95102
as defined in RFC 2324 section 2.3.2. (#12104)
96103
- The HTTP 1.0/1.1 server provided by twisted.web is now more picky about the first line of a request, improving compliance with RFC 9112. (#12233)
97104
- The HTTP 1.0/1.1 server provided by twisted.web now constraints the character set of HTTP header names, improving compliance with RFC 9110. (#12235)
98-
- The HTTP 1.0 and 1.1 server provided by twisted.web could process pipelined HTTP requests out-of-order, possibly resulting in information disclosure (CVE-2024-41671/GHSA-c8m8-j448-xjx7) (#12248)
99-
- twisted.web.util.redirectTo now HTML-escapes the provided URL in the fallback response body it returns (GHSA-cf56-g6w6-pqq2). The issue is being tracked with CVE-2024-41810. (#12263)
105+
100106

101107

102108
Improved Documentation

0 commit comments

Comments
 (0)