Staging
v0.5.1
https://github.com/python/cpython
Revision f3232294ee695492f43d424cc6969d018d49861d authored by Miss Islington (bot) on 15 July 2020, 12:30:33 UTC, committed by GitHub on 15 July 2020, 12:30:33 UTC


Avoid infinite loop when reading specially crafted TAR files using the tarfile module
(CVE-2019-20907).
(cherry picked from commit 5a8d121a1f3ef5ad7c105ee378cc79a3eac0c7d4)


Co-authored-by: Rishi <rishi_devan@mail.com>

Automerge-Triggered-By: @encukou
1 parent 805874a
Raw File
Tip revision: f3232294ee695492f43d424cc6969d018d49861d authored by Miss Islington (bot) on 15 July 2020, 12:30:33 UTC
[3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482)
Tip revision: f323229
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top