PEP 706: Mark Accepted & update ref. implementation link (#3072)
PEP 706: Mark Accepted & update ref. implementation
This commit is contained in:
parent
6df84c422d
commit
120a6a55d3
|
@ -2,13 +2,14 @@ PEP: 706
|
|||
Title: Filter for tarfile.extractall
|
||||
Author: Petr Viktorin <encukou@gmail.com>
|
||||
Discussions-To: https://discuss.python.org/t/23903
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 09-Feb-2023
|
||||
Python-Version: 3.12
|
||||
Post-History: `25-Jan-2023 <https://discuss.python.org/t/23149>`__,
|
||||
`15-Feb-2023 <https://discuss.python.org/t/23903>`__,
|
||||
Resolution: https://discuss.python.org/t/23903/10
|
||||
|
||||
|
||||
Abstract
|
||||
|
@ -544,7 +545,7 @@ not with the specifics of UNIX filesystems nor the related security issues.
|
|||
Reference Implementation
|
||||
========================
|
||||
|
||||
A draft implementation is `on GitHub <https://github.com/python/cpython/compare/main...encukou:cpython:tarfile-dir-traversal-sq>`_.
|
||||
See `pull request #102953 <https://github.com/python/cpython/pull/102953>`_ on GitHub.
|
||||
|
||||
|
||||
Rejected Ideas
|
||||
|
|
Loading…
Reference in New Issue