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

Fixes zip-slip vulnerability #360

Merged
merged 1 commit into from
Oct 22, 2023
Merged

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Oct 22, 2023

Fixes #358
Ref codehaus-plexus/plexus-archiver#87

Problem
IO.unzip currently has zip-slip vulnerability, which can write arbitrary files on the machine using specially crafted zip archive that holds path traversal file names.

Solution
This replicates the fix originally sent to plex-archiver by Snyk Team.

@eed3si9n eed3si9n mentioned this pull request Oct 22, 2023
Fixes sbt#358
Ref codehaus-plexus/plexus-archiver 87

**Problem**
IO.unzip currently has zip-slip vulnerability, which can write arbitrary
files on the machine using specially crafted zip archive that holds path
traversal file names.

**Solution**
This replicates the fix originally sent to plex-archiver by Snyk Team.
@eed3si9n eed3si9n merged commit 1245383 into sbt:develop Oct 22, 2023
7 checks passed
@eed3si9n eed3si9n deleted the wip/zip_issue branch October 22, 2023 09:20
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.

zip slip vulnerability
1 participant