We are happy to announce the immediate availability of v4.5.8. This is a
security fix and the last patch version for the v4.5 series.
- Users are strongly advised to upgrade to this version immediately. This patch fixes a security vulnerability where lack of proper validation of a header's name and value can lead to a possible Denial of Service (DoS) scenario. Please refer to the security advisory for more information.
- This will be the last patch release for the v4.5 series. We'll be releasing the next minor version in the next hour.
IMPORTANT FOR COMPOSER USERS: It is anticipated that v4.6.0 release will be bringing possible breaking changes in your applications. To ensure a smooth transition from v4.5 to v4.6, we highly suggest the following tweaks in your composer.json in the require field:
Code:
"codeigniter4/framework": "~4.5.7"
With this change, it is ensured that you will only receive the patch updates. Once v4.6.0 is released and you have followed the upgrade guide, you can now safely change your composer.json back to its original form.
Changelog: https://github.com/codeigniter4/CodeIgni...v4.5.8.rst
Upgrading: https://github.com/codeigniter4/CodeIgni...de_458.rst