summaryrefslogtreecommitdiff
path: root/tests/requests_tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling ↵Mariusz Felisiak2023-04-121-13/+16
| | | | | | | | HttpRequest and subclasses." This reverts commit 6220c445c40a6a7f4d442de8bde2628346153963. Thanks Adam Johnson and Márton Salomváry for reports.
* Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann2023-02-141-1/+54
| | | | Thanks to Jakob Ackermann for the report.
* Renamed 'requests' test package.Tim Graham2023-01-074-0/+1418
This avoids a collision when third-party database backends depend on the Requests HTTP library.