File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ Release Date: Unreleased
99 :local:
1010 :depth: 3
1111
12+ SECURITY
13+ ********
14+
15+ - *Detailed Error Report is Displayed in Production Environment * was fixed.
16+ See the `Security advisory GHSA-hwxf-qxj7-7rfj <https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-hwxf-qxj7-7rfj >`_
17+ for more information.
18+
1219BREAKING
1320********
1421
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ Please refer to the upgrade instructions corresponding to your installation meth
1515Mandatory File Changes
1616**********************
1717
18+ error_exception.php
19+ ===================
20+
21+ The following file received significant changes and
22+ **you must merge the updated versions ** with your application:
23+
24+ - app/Views/errors/html/error_exception.php
25+
1826Breaking Changes
1927****************
2028
@@ -48,3 +56,9 @@ This is a list of all files in the **project space** that received changes;
4856many will be simple comments or formatting that have no effect on the runtime:
4957
5058- @TODO
59+ - app/Config/Boot/development.php
60+ - app/Config/Boot/production.php
61+ - app/Config/Boot/testing.php
62+ - app/Config/Filters.php
63+ - app/Views/errors/html/error_404.php
64+ - app/Views/errors/html/error_exception.php
You can’t perform that action at this time.
0 commit comments