summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.18.txt
blob: 45df4fb83c9f15e80242819fbb4b56f08e117f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===========================
Django 2.2.18 release notes
===========================

*February 1, 2021*

Django 2.2.18 fixes a security issue with severity "low" in 2.2.17.

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.