Skip to content

Commit b335b82

Browse files
committed
docs: Update changelog
1 parent 85fe231 commit b335b82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

user_guide_src/source/changelogs/v4.5.8.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Release Date: Unreleased
1414
BREAKING
1515
********
1616

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+
1722
***************
1823
Message Changes
1924
***************
@@ -31,6 +36,7 @@ Bugs Fixed
3136
**********
3237

3338
- **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.
3440

3541
See the repo's
3642
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

0 commit comments

Comments
 (0)