summaryrefslogtreecommitdiffstats
path: root/Lib/_compression.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-101-0/+152
GzipFile, BZ2File or LZMAFile. This defeats denial of service attacks using compressed bombs (i.e. compressed payloads which decompress to a huge size). Patch by Martin Panter and Nikolaus Rath.