8000 bpo-21109: Add SafeTarFile by epicfaace · Pull Request #15244 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-21109: Add SafeTarFile #15244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: remove duplicate message
  • Loading branch information
epicfaace committed Aug 13, 2019
commit 12a50748e9c2c7984963d5bda3669e32eff337b3
4 changes: 0 additions & 4 deletions Doc/library/tarfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,6 @@ by passing a list of the following constants as the *ignore_warnings* argument
to the :class:`SafeTarFile` constructor. These constants are also stored in
the :attr:`warning` attribute of a :exc:`SecurityError`.

.. data:: WARN_ABSOLUTE_NAME

An absolute pathname (names starting with a ``"/"``).

.. data:: WARN_ABSOLUTE_NAME

An absolute pathname (names starting with a ``"/"``).
Expand Down
0