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

Add detection for recursive decompression bombs #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

srehm
Copy link

@srehm srehm commented Aug 23, 2023

The idea is to build a set containing the hashes of already extracted archives along each filesystem branch.
If a new archive is detected that is already present in the set, it will not be extracted a second time.

This solves cases like in issue #50.

@pombredanne
Copy link
Member

Thanks! let me review this in details!
We would need a DCO and is there a tiny test archive we can craft too?

@pombredanne
Copy link
Member

I forgot that we have the quine as test archives!

Signed-off-by: Stefan Rehm <stefan@rehm.email>
@srehm
Copy link
Author

srehm commented Sep 5, 2023

Added DCO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants