mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-06 21:26:07 +00:00
[PR #395] [MERGED] Zip slip for Readers #1003
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/395
Author: @adamhathcock
Created: 6/28/2018
Status: ✅ Merged
Merged: 6/28/2018
Merged by: @adamhathcock
Base:
master← Head:zip-slip-readers📝 Commits (3)
e37e8bdMove path handling for extraction to be common7e336a0Slip in new SDK8f49f1bMerge remote-tracking branch 'origin/master' into zip-slip-readers📊 Changes
6 files changed (+111 additions, -110 deletions)
View changed files
📝
.circleci/config.yml(+1 -1)📝
src/SharpCompress/Archives/IArchiveEntryExtensions.cs(+11 -62)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+1 -1)➕
src/SharpCompress/Common/ExtractionMethods.cs(+87 -0)📝
src/SharpCompress/Common/ExtractionOptions.cs(+1 -1)📝
src/SharpCompress/Readers/IReaderExtensions.cs(+10 -45)📄 Description
Fixes https://github.com/adamhathcock/sharpcompress/issues/394
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.