[PR #217] Bump SharpZipLib from 1.2.0 to 1.3.3 in /Packaging.Targets #322

Closed
opened 2026-01-29 16:32:06 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/quamotion/dotnet-packaging/pull/217

State: closed
Merged: No


Bumps SharpZipLib from 1.2.0 to 1.3.3.

Release notes

Sourced from SharpZipLib's releases.

v1.3.3

Another minor release, containing security fixes and smaller bugfixes.

Fixes:

Smaller changes:

  • 🔨 [#604] Move the Password property from DeflaterOutputStream into ZipOutputStream by Richard Webb
  • 🔨 [#625] Make BZip2Constants static instead of sealed by Richard Webb
  • 🔨 [#626] make a couple of private functions static by Richard Webb

Other changes (not related to library code):

v1.3.2

Another minor release, containing security fixes and smaller bugfixes.
Additionally, this version will have an additional target framework, .NET Standard 2.1, which will see some speed improvements when used in newer versions of .NET (Core), mainly in Bzip2.

Features

Smaller fixes and optimizations

Other changes (not related to library code)

... (truncated)

Commits
  • 1b1ab01 ci: include non-anno tags in version
  • d21c998 ci: fix yaml typo
  • a1423c4 ci: add manual dispatch and logging
  • 641f292 update csproj for v1.3.3 release
  • 5c3b293 fix: specialized tar extract traversal
  • a0e96de test: add tests for tar path traversal
  • 2b8ff8f update security policy
  • cd5310f fix(bzip2): use explicit feature defs for vectorized memory move (#635)
  • f04d973 ci: add codeql analysis
  • 0cc20b4 docs(zip): fix ZipStrings typo (#648)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

**Original Pull Request:** https://github.com/quamotion/dotnet-packaging/pull/217 **State:** closed **Merged:** No --- Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.2.0 to 1.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/icsharpcode/SharpZipLib/releases">SharpZipLib's releases</a>.</em></p> <blockquote> <h2>v1.3.3</h2> <p>Another minor release, containing security fixes and smaller bugfixes.</p> <h2>Fixes:</h2> <ul> <li><strong>🐛 specialized tar extract traversal</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>🐛 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/635">#635</a>] <code>bzip2</code> use explicit feature defs for vectorized memory move</strong> by <a href="https://github.com/modio-jackson"><em>Jackson Wood</em></a></li> <li><strong>🐛 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/645">#645</a>] <code>tar</code> create translated files in temp</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> </ul> <h2>Smaller changes:</h2> <ul> <li><strong>🔨 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/604">#604</a>] Move the Password property from DeflaterOutputStream into ZipOutputStream</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>🔨 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/625">#625</a>] Make BZip2Constants static instead of sealed</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>🔨 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/626">#626</a>] make a couple of private functions static</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> </ul> <h2>Other changes (not related to library code):</h2> <ul> <li><strong>📚 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/648">#648</a>] <code>zip</code> fix ZipStrings typo</strong> by <a href="https://github.com/ForNeVeR"><em>Friedrich von Never</em></a></li> <li><strong>🚨 add tests for tar path traversal</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>⚙️ add codeql analysis</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>🚨 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/636">#636</a>] Fix unstable tests and switch to dotcover</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>🚨 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/634">#634</a>] add an async version of the WriteZipOutputStream benchmark</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>⚙️ [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/628">#628</a>] Limit code coverage to windows CI</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>🚨 [<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/627">#627</a>] fix the expected/actual value ordering in unit tests</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> </ul> <h2>v1.3.2</h2> <p>Another minor release, containing security fixes and smaller bugfixes.<br /> Additionally, this version will have an additional target framework, .NET Standard 2.1, which will see some speed improvements when used in newer versions of .NET (Core), mainly in Bzip2.</p> <h2>Features</h2> <ul> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/611">#611</a>] Bzip input stream simple vectorization</strong> by <a href="https://github.com/konrad-kruczynski"><em>Konrad Kruczyński</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/351">#351</a>] Add support for Filename field in GZip</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> </ul> <h2>Smaller fixes and optimizations</h2> <ul> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/579">#579</a>] Implement very simple ReadAsync in ZipAESStream</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/587">#587</a>] Remove supported method checks from ZipEntry.CompressionMethod setter</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/593">#593</a>] Simplify DropPathRoot and fix out of bounds issue</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/575">#575</a>] Replace uses of new T[0] with Array.Empty&lt;T&gt;</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/583">#583</a>] Restore entry times on FastZip extract</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/517">#517</a>] Throw exception on Store+Descriptor entries</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/578">#578</a>] Fix typos in the StreamDecodingException doc comments</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/577">#577</a>] Throw ZipException in ZipAESStream instead of generic Exception</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/510">#510</a>] Build the test bootstrapper app as netcoreapp3.1 instead of netcoreapp2.0</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/546">#546</a>] Make pure private functions static</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/554">#554</a>] Skip CRC calculation for AES zip entries</strong> by <a href="https://github.com/piksel"><em>nils måsén</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/605">#605</a>] Suppress CA1707 warnings in the Constants classes</strong> by <a href="https://github.com/Numpsy"><em>Richard Webb</em></a></li> <li><strong>[<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/pull/549">#549</a>] Add .NET Standard 2.1 target framework</strong> by <a href="https://github.com/0xced"><em>Cédric Luthi</em></a></li> </ul> <h2>Other changes (not related to library code)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/1b1ab013ce1df02d8f27cf582197759c614d9126"><code>1b1ab01</code></a> ci: include non-anno tags in version</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/d21c998e8acef7e92fcc9862d668970239a8d2e4"><code>d21c998</code></a> ci: fix yaml typo</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/a1423c470236b69c5427ab80710a00133cc25588"><code>a1423c4</code></a> ci: add manual dispatch and logging</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/641f292ae8820b9eb56876f0eed5b4c05473f237"><code>641f292</code></a> update csproj for v1.3.3 release</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/5c3b293de5d65b108e7f2cd0ea8f81c1b8273f78"><code>5c3b293</code></a> fix: specialized tar extract traversal</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/a0e96de70b5264f4c919b09253b1522bc7a221cc"><code>a0e96de</code></a> test: add tests for tar path traversal</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/2b8ff8fae318834b0826e649311531c65c163509"><code>2b8ff8f</code></a> update security policy</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/cd5310f5b7eed595110b76a2f7ae5ee013cc50f1"><code>cd5310f</code></a> fix(bzip2): use explicit feature defs for vectorized memory move (<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/issues/635">#635</a>)</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/f04d973a065fe3057f319b39d8ad03f16b2981bb"><code>f04d973</code></a> ci: add codeql analysis</li> <li><a href="https://github.com/icsharpcode/SharpZipLib/commit/0cc20b430925102bb373a12f98a1c0f54ab4136a"><code>0cc20b4</code></a> docs(zip): fix ZipStrings typo (<a href="https://github-redirect.dependabot.com/icsharpcode/SharpZipLib/issues/648">#648</a>)</li> <li>Additional commits viewable in <a href="https://github.com/icsharpcode/SharpZipLib/compare/v1.2.0...v1.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SharpZipLib&package-manager=nuget&previous-version=1.2.0&new-version=1.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/quamotion/dotnet-packaging/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
claunia added the pull-request label 2026-01-29 16:32:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#322