0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/docs/releases/3.1.9.txt
2021-05-12 10:42:01 +02:00

17 lines
500 B
Plaintext

==========================
Django 3.1.9 release notes
==========================
*May 4, 2021*
Django 3.1.9 fixes a security issue in 3.1.8.
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.