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

[#514] Additional zip slip fixes #536

Closed
wants to merge 1 commit into from

Conversation

mattrpav
Copy link
Collaborator

@mattrpav mattrpav commented Apr 9, 2024

No description provided.

throw new IOException("Bad zip entry for " + entry.getName());
} else {
entryName = entry.getName();

Check failure

Code scanning / CodeQL

Arbitrary file access during archive extraction ("Zip Slip") High

Unsanitized archive entry, which may contain '..', is used in a
file system operation
.
@laurentschoelens
Copy link
Collaborator

#535 fixes the issue (ultimately)

@mattrpav mattrpav closed this Apr 9, 2024
@mattrpav mattrpav deleted the jt-514-mattrpav branch April 9, 2024 17:26
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.

None yet

2 participants