mirror of
https://github.com/Hopiu/django.git
synced 2026-04-29 03:04:47 +00:00
16 lines
470 B
Text
16 lines
470 B
Text
|
|
===========================
|
||
|
|
Django 3.0.14 release notes
|
||
|
|
===========================
|
||
|
|
|
||
|
|
*April 6, 2021*
|
||
|
|
|
||
|
|
Django 3.0.14 fixes a security issue with severity "low" in 3.0.13.
|
||
|
|
|
||
|
|
CVE-2021-28658: Potential directory-traversal via uploaded files
|
||
|
|
================================================================
|
||
|
|
|
||
|
|
``MultiPartParser`` allowed directory-traversal via uploaded files with
|
||
|
|
suitably crafted file names.
|
||
|
|
|
||
|
|
Built-in upload handlers were not affected by this vulnerability.
|