Skip to content
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

fix(compute/validate): remove broken decompression bomb check #984

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

Integralist
Copy link
Collaborator

Not only does this not serve any value here in the CLI (as it only mimics logic that should, and does, exist elsewhere in the Fastly stack). It is also incorrect because it's summing up the individual 'uncompressed' file sizes and comparing them to a 'compressed' limit.

Not only does this not serve any value here in the CLI (as it only
mimics logic that should, and does, exist elsewhere in the Fastly stack.
It is also incorrect because it's summing up the individual
'uncompressed' file sizes and comparing them to a 'compressed' limit.
@Integralist Integralist added the bug Something isn't working label Jul 28, 2023
@Integralist Integralist merged commit 9e29f86 into main Jul 28, 2023
@Integralist Integralist deleted the integralist/remove-decompression-bomb-check branch July 28, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant