File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
## [ v4.4.7] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.4.7 ) (2024-03-29)
4
4
[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.6...v4.4.7 )
5
5
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
+
6
18
### Breaking Changes
7
19
* fix: Time::difference() DST bug by @kenjis in https://github.com/codeigniter4/CodeIgniter4/pull/8661
8
20
You can’t perform that action at this time.
0 commit comments