Version 4.5.8
Release Date: January 19, 2025
4.5.8 release of CodeIgniter4
SECURITY
Header: Validation of header name and value was fixed. See the Security advisory GHSA-x5mq-jjr3-vmx6 for more information.
Bugs Fixed
Database: Fixed a bug where
Builder::affectedRows()
threw an error when the previous query call failed inPostgre
andSQLSRV
drivers.Security: Fixed a bug where the CSRF token validation could fail on malformed input, causing a generic HTTP 500 status code instead of handling the input gracefully.
See the repo’s CHANGELOG.md for a complete list of bugs fixed.