-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
Implement zipfile.Path.is_symlink #119588
Comments
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
May 27, 2024
The |
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
May 27, 2024
jaraco
added a commit
that referenced
this issue
Jun 3, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 3, 2024
…thonGH-119591) (cherry picked from commit 42a34dd) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
This was referenced Jun 3, 2024
mliezun
pushed a commit
to mliezun/cpython
that referenced
this issue
Jun 3, 2024
jaraco
added a commit
that referenced
this issue
Jun 4, 2024
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jun 4, 2024
…e with Python 3.13 and not 3.12.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 4, 2024
…e with Python 3.13 and not 3.12. (pythonGH-120043) (cherry picked from commit 4dcd91c) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
barneygale
pushed a commit
to barneygale/cpython
that referenced
this issue
Jun 5, 2024
barneygale
pushed a commit
to barneygale/cpython
that referenced
this issue
Jun 5, 2024
…e with Python 3.13 and not 3.12. (python#120043)
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…e with Python 3.13 and not 3.12. (python#120043)
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…e with Python 3.13 and not 3.12. (python#120043)
Triage: closing because the PR has been merged, please re-open if still needed. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In jaraco/zipp#117, I learned that the current implementation of
is_symlink
might have a security risk if a user is relying on it to ensure that a zipfile has no symlinks before using another tool to extract it.zipp 3.19.0 adds an implementation for
Path.is_symlink
to alleviate this risk.CPython should adopt this change as well, possibly as a security fix.
Linked PRs
The text was updated successfully, but these errors were encountered: