8000 gh-121285: Remove backtracking when parsing tarfile headers by sethmlarson · Pull Request #121286 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-121285: Remove backtracking when parsing tarfile headers #121286

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

Merged
merged 11 commits into from
Aug 31, 2024
Merged
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Security/2024-07-02-13-39-20.gh-issue-121285.…
…hrl-yI.rst

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
  • Loading branch information
sethmlarson and Eclips4 authored Jul 2, 2024
commit 647f4ef484343bcc77a9be8bd163d50f2daa06ff
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Remove backtracking from tarfile header parsing for `hdrcharset`, PAX, and
Remove backtracking from tarfile header parsing for ``hdrcharset``, PAX, and
GNU sparse headers.
Loading
0