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: user_guide_src/source/changelogs/v4.5.8.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ Release Date: Unreleased
14
14
BREAKING
15
15
********
16
16
17
+
Header
18
+
======
19
+
20
+
Added validation of the name and value for ``CodeIgniter\HTTP\Header``. Some specific headers can cause the system to crash.
21
+
17
22
***************
18
23
Message Changes
19
24
***************
@@ -31,6 +36,7 @@ Bugs Fixed
31
36
**********
32
37
33
38
- **Database:** Fixed a bug where ``Builder::affectedRows()`` threw an error when the previous query call failed in ``Postgre`` and ``SQLSRV`` drivers.
39
+
- **Header:** Improper headers parsing. Line breaks and other incorrect characters in headers (``CodeIgniter\HTTP\Header``) may break the HTTP request. See https://datatracker.ietf.org/doc/html/rfc7230 for more details.
0 commit comments