2021-01-04 15:58:03 +08:00
|
|
|
==========================
|
|
|
|
Django 3.1.6 release notes
|
|
|
|
==========================
|
|
|
|
|
2021-01-22 19:23:18 +08:00
|
|
|
*February 1, 2021*
|
2021-01-04 15:58:03 +08:00
|
|
|
|
2021-01-22 19:23:18 +08:00
|
|
|
Django 3.1.6 fixes a security issue with severity "low" and a bug in 3.1.5.
|
|
|
|
|
|
|
|
CVE-2021-3281: Potential directory-traversal via ``archive.extract()``
|
|
|
|
======================================================================
|
|
|
|
|
|
|
|
The ``django.utils.archive.extract()`` function, used by
|
|
|
|
:option:`startapp --template` and :option:`startproject --template`, allowed
|
|
|
|
directory-traversal via an archive with absolute paths or relative paths with
|
|
|
|
dot segments.
|
2021-01-04 15:58:03 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2021-01-28 17:29:46 +08:00
|
|
|
* Fixed an admin layout issue in Django 3.1 where changelist filter controls
|
|
|
|
would become squashed (:ticket:`32391`).
|