Skip to content

Commit 7568d9f

Browse files
authored
Merge pull request #8676 from kenjis/fix-CHANGELOG.md
docs: add missing SECURITY to v4.4.7 in CHANGELOG.md
2 parents e73db00 + a0d20d7 commit 7568d9f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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

0 commit comments

Comments
 (0)