mirror of
https://github.com/django/django.git
synced 2024-11-29 06:03:25 +01:00
18 lines
582 B
Plaintext
18 lines
582 B
Plaintext
===========================
|
|
Django 2.2.21 release notes
|
|
===========================
|
|
|
|
*May 4, 2021*
|
|
|
|
Django 2.2.21 fixes a security issue in 2.2.20.
|
|
|
|
CVE-2021-31542: Potential directory-traversal via uploaded files
|
|
================================================================
|
|
|
|
``MultiPartParser``, ``UploadedFile``, and ``FieldFile`` allowed
|
|
directory-traversal via uploaded files with suitably crafted file names.
|
|
|
|
In order to mitigate this risk, stricter basename and path sanitation is now
|
|
applied. Specifically, empty file names and paths with dot segments will be
|
|
rejected.
|