-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
[3.11] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) #137172
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
Conversation
…ets are non-negative (pythonGH-137027) (cherry picked from commit 7040aa5) Co-authored-by: Alexander Urieles <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
|
Howdy! Wondering if there's any ETA on this high CVE fix getting rolled out? Thank you! CC: @pablogsal |
We can coordinate a release with the rest of the RM team. Will check with them soon |
Happy Monday! Any luck on the 3.11 release for this CVE @pablogsal? 🙇 |
We will probably coordinate to do a release of all supported versions around or after the core dev sprint (mid September) but still not confirmed. CC @ambv @Yhg1s |
|
Hey @pablogsal, as we are nearing the end of September I wanted to check if you have an idea of when we might get the next 3.11 release. Thanks! |
(cherry picked from commit 7040aa5)
Co-authored-by: Alexander Urieles [email protected]
Co-authored-by: Gregory P. Smith [email protected]
tarfile.StreamError: seeking backwards is not alloweddue to unskipped block with bad checksum #130577