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
I searched open requests and couldn't find a duplicate
What is the idea?
Python's relatively-new tar filter feature adjust permissions when extracting from tar. We have a comparable feature for earlier versions of Python that prevents "tar slip" or extracting files outside the root of a tar.
Use a more aggressive "tar" or "data" filter if we can be sure that no packages need the filtered permissions.
The text was updated successfully, but these errors were encountered:
Checklist
What is the idea?
Python's relatively-new tar filter feature adjust permissions when extracting from tar. We have a comparable feature for earlier versions of Python that prevents "tar slip" or extracting files outside the root of a tar.
Use a more aggressive "tar" or "data" filter if we can be sure that no packages need the filtered permissions.
The text was updated successfully, but these errors were encountered: