sharpfilesystem
sharpfilesystem copied to clipboard
Bump SharpZipLib from 0.86.0 to 1.3.3 in /SharpFileSystem.Tests
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:
- 🐛 specialized tar extract traversal by nils måsén
- 🐛 [#635]
bzip2
use explicit feature defs for vectorized memory move by Jackson Wood- 🐛 [#645]
tar
create translated files in temp by nils måsénSmaller 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):
- 📚 [#648]
zip
fix ZipStrings typo by Friedrich von Never- 🚨 add tests for tar path traversal by nils måsén
- ⚙️ add codeql analysis by nils måsén
- 🚨 [#636] Fix unstable tests and switch to dotcover by nils måsén
- 🚨 [#634] add an async version of the WriteZipOutputStream benchmark by Richard Webb
- ⚙️ [#628] Limit code coverage to windows CI by nils måsén
- 🚨 [#627] fix the expected/actual value ordering in unit tests by Richard Webb
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
- [#611] Bzip input stream simple vectorization by Konrad Kruczyński
- [#351] Add support for Filename field in GZip by nils måsén
Smaller fixes and optimizations
- [#579] Implement very simple ReadAsync in ZipAESStream by Richard Webb
- [#587] Remove supported method checks from ZipEntry.CompressionMethod setter by Richard Webb
- [#593] Simplify DropPathRoot and fix out of bounds issue by nils måsén
- [#575] Replace uses of new T[0] with Array.Empty<T> by Richard Webb
- [#583] Restore entry times on FastZip extract by nils måsén
- [#517] Throw exception on Store+Descriptor entries by nils måsén
- [#578] Fix typos in the StreamDecodingException doc comments by Richard Webb
- [#577] Throw ZipException in ZipAESStream instead of generic Exception by Richard Webb
- [#510] Build the test bootstrapper app as netcoreapp3.1 instead of netcoreapp2.0 by Richard Webb
- [#546] Make pure private functions static by Richard Webb
- [#554] Skip CRC calculation for AES zip entries by nils måsén
- [#605] Suppress CA1707 warnings in the Constants classes by Richard Webb
- [#549] Add .NET Standard 2.1 target framework by Cédric Luthi
Other changes (not related to library code)
... (truncated)
Commits
- See full diff in compare view
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.