You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,52 @@
1
1
# Releases
2
2
3
+
## Unreleased
4
+
5
+
### Improved HTTP Trailer Security
6
+
7
+
This release introduces significant security improvements for HTTP trailer handling, addressing potential HTTP request smuggling vulnerabilities by implementing a restrictive-by-default policy for trailer headers.
8
+
9
+
-**Security-by-default**: HTTP trailers are now validated and restricted by default to prevent HTTP request smuggling attacks.
0 commit comments