You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.7.3.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,17 @@ Release Date: Unreleased
10
10
:local:
11
11
:depth: 3
12
12
13
+
********
14
+
SECURITY
15
+
********
16
+
17
+
- **Validation:** The ``ext_in`` file upload validation rule now validates the
18
+
client filename extension and verifies that it matches the detected MIME type.
19
+
Previously, ``ext_in`` only checked the MIME-derived guessed extension, so a
20
+
file with a mismatched client extension could pass validation.
21
+
See the `Security advisory GHSA-2gr4-ppc7-7mhx <https://github.com/codeigniter4/CodeIgniter4/security/advisories/GHSA-2gr4-ppc7-7mhx>`_
0 commit comments