Bump SharpZipLib from 0.86.0 to 1.3.3 in /src/MaterialEditor.KK #150

Closed
dependabot[bot] wants to merge 1 commit from dependabot/nuget/src/MaterialEditor.KK/SharpZipLib-1.3.3 into master
dependabot[bot] commented 2022-06-30 15:12:17 +00:00 (Migrated from github.com)

Bumps SharpZipLib from 0.86.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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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.

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.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>See full diff in <a href="https://github.com/icsharpcode/SharpZipLib/commits/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=0.86.0&new-version=1.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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/IllusionMods/KK_Plugins/network/alerts). </details>
dependabot[bot] commented 2022-08-22 18:14:34 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.