summaryrefslogtreecommitdiff
path: root/tests/file_uploads/uploadhandler.py
AgeCommit message (Collapse)Author
2021-04-06[3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via ↵Mariusz Felisiak
uploaded files. Thanks Claude Paroz for the initial patch. Thanks Dennis Brinkrolf for the report. Backport of d4d800ca1addc4141e03c5440a849bb64d1582cd from main.
2020-09-30Refs #30422 -- Added test for removing temporary files in MultiPartParser ↵aryan
when StopUpload is raised.
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-11-02Fixed all E261 warningscoagulant
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner