mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an empty string.
This commit is contained in:
committed by
Tim Graham
parent
75614f6d4c
commit
4b129ac81f
@@ -9,4 +9,6 @@ Django 1.8.12 fixes several bugs in 1.8.11.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Made ``MultiPartParser`` ignore filenames that normalize to an empty string
|
||||
to fix crash in ``MemoryFileUploadHandler`` on specially crafted user input
|
||||
(:ticket:`26325`).
|
||||
|
||||
Reference in New Issue
Block a user