2022-07-27 07:23:40 +00:00
|
|
|
===========================
|
|
|
|
Django 3.2.15 release notes
|
|
|
|
===========================
|
|
|
|
|
2022-07-27 08:03:06 +00:00
|
|
|
*August 3, 2022*
|
2022-07-27 07:23:40 +00:00
|
|
|
|
2022-07-27 08:03:06 +00:00
|
|
|
Django 3.2.15 fixes a security issue with severity "high" in 3.2.14.
|
2022-07-27 07:23:40 +00:00
|
|
|
|
2022-07-20 10:14:45 +00:00
|
|
|
CVE-2022-36359: Potential reflected file download vulnerability in ``FileResponse``
|
|
|
|
===================================================================================
|
|
|
|
|
|
|
|
An application may have been vulnerable to a reflected file download (RFD)
|
|
|
|
attack that sets the Content-Disposition header of a
|
|
|
|
:class:`~django.http.FileResponse` when the ``filename`` was derived from
|
|
|
|
user-supplied input. The ``filename`` is now escaped to avoid this possibility.
|