django1/django/core/files
Florian Apolloner e1592e0f26 [4.0.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem.
Thanks to Dennis Brinkrolf for the report.
2022-01-04 10:10:14 +01:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed "byte string" typo in various docs and comments. 2019-03-28 10:00:12 +01:00
images.py Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images. 2021-09-02 07:08:50 +02:00
locks.py Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock() on POSIX systems. 2020-09-15 10:21:26 +02:00
move.py Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 2019-01-28 11:15:06 -05:00
storage.py [4.0.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem. 2022-01-04 10:10:14 +01:00
temp.py Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 2019-01-28 11:15:06 -05:00
uploadedfile.py Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads. 2021-05-04 08:44:42 +02:00
uploadhandler.py Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads. 2020-09-30 10:30:43 +02:00
utils.py Fixed #32718 -- Relaxed file name validation in FileField. 2021-05-13 08:53:44 +02:00