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
9
9
:local:
10
10
:depth: 3
11
11
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
+
12
19
BREAKING
13
20
********
14
21
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
15
15
Mandatory File Changes
16
16
**********************
17
17
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
+
18
26
Breaking Changes
19
27
****************
20
28
@@ -48,3 +56,9 @@ This is a list of all files in the **project space** that received changes;
48
56
many will be simple comments or formatting that have no effect on the runtime:
49
57
50
58
- @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