You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created this issue as a TODO list for myself, but my TODO list of full of more important stuff. Sadly, I failed to find time to work on the documentation. At least, https://docs.python.org/dev/library/security_warnings.html contains a few warnings.
If someone else wants to complete the doc, please go ahead!
The zlib, gzip, bz2 and tarfile module of the Python standard library has known vulnerabilities:
Extracting an archive can override any file on the file system, outside the "destination directory"
Resources limitations: zlib, gzip and bz2 have a similar vulnerability than zipfile, a small file can use a lot of memory and disk space.
I would be nice to mention them in each module documentation and then list them in https://docs.python.org/dev/library/security_warnings.html
The text was updated successfully, but these errors were encountered: