FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add detection for recursive decompression bombs by srehm · Pull Request #52 · aboutcode-org/extractcode · GitHub

Add detection for recursive decompression bombs - #52

Open
srehm wants to merge 1 commit into
aboutcode-org:mainfrom
srehm:feature/zipBombDetection
Open

Add detection for recursive decompression bombs#52
srehm wants to merge 1 commit into
aboutcode-org:mainfrom
srehm:feature/zipBombDetection

Conversation

srehm commented Aug 23, 2023

Copy link
Copy Markdown

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.

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member

I forgot that we have the quine as test archives!

Signed-off-by: Stefan Rehm <stefan@rehm.email>
srehm force-pushed the feature/zipBombDetection branch from e2b286d to b7d5cb2 Compare September 5, 2023 09:24

srehm commented Sep 5, 2023

Copy link
Copy Markdown
Author

Added DCO

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL