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 change (#13877) done in last week made my valid wheels that contain some native shared objects totally unuploadable. IMO requiring compression ratio < 0.1 is pretty rigorous.
Expected behavior
The threshold is too heuristic. Mitigation for zipbombs should be done in another way.
To Reproduce
Build any wheel of the following project and upload it to pypi:
* Fix ZIP bomb threshold too low
See #13962
* Update legacy.py
Set threshold to 100x
* Update warehouse/forklift/legacy.py
---------
Co-authored-by: Ee Durbin <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The change (#13877) done in last week made my valid wheels that contain some native shared objects totally unuploadable. IMO requiring compression ratio < 0.1 is pretty rigorous.
Expected behavior
The threshold is too heuristic. Mitigation for zipbombs should be done in another way.
To Reproduce
Build any wheel of the following project and upload it to pypi:
https://github.com/opencollector/jntajis-python
My Platform
I am using cibuildwheel to build wheels.
Additional context
N/A
The text was updated successfully, but these errors were encountered: