File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 33## [ v4.4.7] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.7 ) (2024-03-29)
44[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.6...v4.4.7 )
55
6+ ### SECURITY
7+
8+ * ** Language:** * Language class DoS Vulnerability* was fixed. See the
9+ [ Security advisory] ( https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-39fp-mqmm-gxj6 )
10+ for more information.
11+ * ** URI Security:** The feature to check if URIs do not contain not permitted
12+ strings has been added. This check is equivalent to the URI Security found in
13+ CodeIgniter 3. This is enabled by default, but upgraded users need to add
14+ a setting to enable it.
15+ * ** Filters:** A bug where URI paths processed by Filters were not URL-decoded
16+ has been fixed.
17+
618### Breaking Changes
719* fix: Time::difference() DST bug by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8661
820
You can’t perform that action at this time.
0 commit comments