You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the story of this warning is that #51221 was represented and fixed.
but in this comment the decision was to leave this warning for people checking the latest docs even if the python version that they are using is not the latest.
but since this is already fixed on 2013 I think it's time to remove it.
The text was updated successfully, but these errors were encountered:
Lets leave it for a little while longer, I want to see an API similar to the tarfile.extractallhttps://peps.python.org/pep-0706/ security work land in zipfile and the requisite more in depth look and re-review of our implementation before we stop cautioning our users. For consistency and just to be on the safe side.
gpshead
changed the title
zipfile warning is not updated
zipfile.extractall security warning in the docs, can it be removed yet?
Mar 14, 2023
I'm going to close this issue as the docs should be updated to remove warnings when implementing mitigation style features. There are also other semi-related reasons for warnings in the zipfile docs such as zip bombs (#109858) that still exist.
Documentation
In the zipfile docs in the ZipFile.extractall there is a warning.
the story of this warning is that #51221 was represented and fixed.
but in this comment the decision was to leave this warning for people checking the latest docs even if the python version that they are using is not the latest.
but since this is already fixed on 2013 I think it's time to remove it.
The text was updated successfully, but these errors were encountered: