Notes de publication de Django 3.1.8Lien vers cette rubrique
6 avril 2021
Django 3.1.8 fixes a security issue with severity « low » and a bug in 3.1.7.
CVE-2021-28658: Potential directory-traversal via uploaded filesLien vers cette rubrique
MultiPartParser allowed directory-traversal via uploaded files with
suitably crafted file names.
Built-in upload handlers were not affected by this vulnerability.
Correction de boguesLien vers cette rubrique
Fixed a bug in Django 3.1 where the output was hidden on a test error or failure when using
test --pdbwith the--bufferoption (#32560).