-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-143663: Perform path normalization in TarFile.extractall() #143665
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
base: main
Are you sure you want to change the base?
Conversation
dd34127 to
c48bda8
Compare
|
Please do not open a PR until the bug has been acknowledged. We can't just normalize all paths. Normalization is not the default behavior. I will close thbe PR until it has been decided that this change should be done. Sorry. |
|
Ended up fixing the issue in |
This PR fixes an issue on Windows caused by non-normalized destination paths when calling
extractall().