mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.
Thanks Claude Paroz for the initial patch. Thanks Dennis Brinkrolf for the report.
This commit is contained in:
@@ -54,6 +54,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
3.0.14
|
||||
3.0.13
|
||||
3.0.12
|
||||
3.0.11
|
||||
@@ -74,6 +75,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
2.2.20
|
||||
2.2.19
|
||||
2.2.18
|
||||
2.2.17
|
||||
|
||||
Reference in New Issue
Block a user