[PR #395] [MERGED] Zip slip for Readers #1003

Open
opened 2026-01-29 22:18:34 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: zip-slip-readers


📝 Commits (3)

  • e37e8bd Move path handling for extraction to be common
  • 7e336a0 Slip in new SDK
  • 8f49f1b Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/395 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 6/28/2018 **Status:** ✅ Merged **Merged:** 6/28/2018 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `zip-slip-readers` --- ### 📝 Commits (3) - [`e37e8bd`](https://github.com/adamhathcock/sharpcompress/commit/e37e8bdadc534190068048ff6cecea6f0744cab7) Move path handling for extraction to be common - [`7e336a0`](https://github.com/adamhathcock/sharpcompress/commit/7e336a0247fe7a8366a61e319076e6e414b10a3f) Slip in new SDK - [`8f49f1b`](https://github.com/adamhathcock/sharpcompress/commit/8f49f1b6f8bbac088ff270f6e7900abf44285f05) Merge remote-tracking branch 'origin/master' into zip-slip-readers ### 📊 Changes **6 files changed** (+111 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Fixes https://github.com/adamhathcock/sharpcompress/issues/394 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1003