guerro323 / GameHost

MIT License
0 stars 0 forks source link

Bump SharpZipLib from 1.2.0 to 1.3.0 #55

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps SharpZipLib from 1.2.0 to 1.3.0.

Release notes

Sourced from SharpZipLib's releases.

v1.3.0

Highlights

  • AES encryption fixes and support in FastZip
  • File name encoding support for Tar
  • Improved Unix timestamp support
  • Better handling of entry file names
  • Fix errors with entries using Stored compression method

Changes

  • TarArchive.ExtractContents() now needs another parameter set to true to allow the extraction to traverse outside of the target directory.
  • TarArchive constructors now includes an Encoding parameter. Omitting it will discard any non-ASCII bytes in file names.

Fixes

  • [#503] Consider AES overhead when testing encrypted folder entries by Richard Webb
  • [#452] Ensure crypto streams are disposed in ZipFile.GetOutputStream by Richard Webb
  • [#333] Handle unsupported compression methods in ZipInputStream better by Richard Webb
  • [#402] Only convert entry.Name once when accessing updateIndex by Vladyslav Taranov
  • [#353] Fix ZipFile.TestLocalHeader CompressionMethod resolving for AES entries by Richard Webb
  • [#460] Account for AES overhead in compressed entry size by Richard Webb
  • [#422] Change ZipOutputStream.PutNextEntry to explicity validate the requested compression method by Richard Webb
  • [#467] Allow seeking a PartialInputStream to the very end by Víctor M. González
  • [#440] Use CompressionMethodForHeader for header entries by Richard Webb
  • [#420] Throw NotSupportedException in ZipFile.Add when trying to add AES entry by Richard Webb
  • [#421] Have ZipFile.Add validate compression compability internally by Richard Webb
  • [#387] Better handle baseStreams closing themselves unexpectedly by Richard Webb
  • [#408] When searching for the Zip64 end of central directory locator, pay attention to its fixed size by Richard Webb
  • [#406] Skip forced Deflate flush when using Stored compression by nils måsén
  • [#362] Don't call CleanName from the ZipEntry constructor by Richard Webb
  • [#465] Use correct count in ZipAESStream.ReadBufferedData by Víctor M. González
  • [#390] Ensure GZipOutputStream headers are written before flush by Richard Webb
  • [#498] Use string.Trim to trim strings by Richard Webb
  • [#432] Throw ArgumentNullException in BZip2 by Richard Webb
  • [#519] Restrict path traversal on TarArchive extraction by nils måsén

Features

  • [#201] Raise ProcessDirectory event for FastZip extract by Stevie-O
  • [#380] Add support for AES encryption in FastZip.CreateZip by Richard Webb
  • [#497] Transform new entry names using an INameTranform in ZipOutputStream by Richard Webb
  • [#482] Add variants of FastZip.CreateZip taking IScanFilter instead of strings by Richard Webb
  • [#455] Add FastZip.CreateZip with a leaveOpen parameter by Richard Webb
  • [#433] Restore directory timestamps when extracting with FastZip by Richard Webb
  • [#472] Allow ZipFile to accept empty strings as passwords when decrypting AES entries by Richard Webb
  • [#364] Add nameEncoding parameter to Tar entries by Yusuke Ito
  • [#463] Improve support for Unix timestamps in ZIP archives by Bastian Eicher

Other changes (not related to library code)

... (truncated)

Commits
  • 8f7d892 Update ICSharpCode.SharpZipLib.csproj
  • 0cbdef2 PR #519: Restrict path traversal on TarArchive extraction
  • 61d3a21 PR #503: Consider AES overhead when testing encrypted folder entries
  • 8eb94b1 PR #452: Ensure crypto streams are disposed in ZipFile.GetOutputStream
  • a6cdf09 PR #451: Minimize and update sample app package dependencies
  • 33cf8c4 Make healthy sourcelink nupkgs
  • 118fa32 Fix master on-push workflow
  • 69ce65c PR #346: Add a Security Policy
  • 83c80d2 PR #333: Handle unsupported compression methods in ZipInputStream better
  • c557266 PR #201: Raise ProcessDirectory event for FastZip extract
  • Additional commits viewable in compare view


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[bot] commented 3 years ago

Superseded by #58.