We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line in zip.py is failing the test ``
zip.py
size = sum(e.file_size for e in zip_ref.infolist())
It isn't even used as we're doing a bitwise comparison beforehand.
Noting this as A, it is weird this is failing the test and B, need to be sure we are impervious to zip bombs that could crash the system.
The text was updated successfully, but these errors were encountered:
chore: rm summation for zip size which was nto used #6
47572f4
No branches or pull requests
This line in
zip.py
is failing the test ``It isn't even used as we're doing a bitwise comparison beforehand.
Noting this as A, it is weird this is failing the test and B, need to be sure we are impervious to zip bombs that could crash the system.
The text was updated successfully, but these errors were encountered: