Brett Simons
722234711f
Fix directory check in extract function
...
The directory check is not robust and fails if the path uses the Windows style path separator and not the unix style. A function "is_dir" already exists and accounts for this so this change switches to using that function instead.
2024-04-30 09:05:16 -07:00
Chris Hennick
90fd957bc9
Merge pull request #44 from zip-rs/oldpr421
...
fix: Improve ErrorKind in ZipError to io::Error conversion
2024-04-30 08:37:49 +00:00
Chris Hennick
b3991bbfe2
Merge pull request #39 from awaken1ng/issue-280-2
...
fix: Decrypt the read bytes in ZipCrypto instead of entire buffer
2024-04-30 04:23:56 +00:00
Chris Hennick
8d1c96892a
ci: Reduce fuzz testing duration so that it can reliably pass for the merge queue
2024-04-29 21:22:49 -07:00
Chris Hennick
686f6f1abf
feat: Improve ErrorKind in ZipError to io::Error conversion (previously https://github.com/zip-rs/zip-old/pull/421 )
2024-04-29 19:16:31 -07:00
Chris Hennick
9739df01dc
build: Fix a bug where cargo syntax is different for MSRV below 1.77.0
2024-04-29 17:00:11 -07:00
Chris Hennick
5109cb8553
test(fuzz): Add recent fuzz_write failure to fuzz_read corpus (failure actually occurred in read)
2024-04-29 16:59:39 -07:00
Chris Hennick
122ff1f8cb
build: Emit a warning when deprecated deflate-miniz is used
2024-04-29 16:49:43 -07:00
Chris Hennick
fd0a1133a5
ci: Bug fix: run DevSkim against merge-group
2024-04-29 14:49:27 -07:00
Chris Hennick
cae144b2c0
style: fix unused-variable warning for test
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-29 13:33:53 -07:00
Chris Hennick
42972297f1
fix: Rare bug where find_and_parse would give up prematurely on detecting a false end-of-CDR header
2024-04-29 13:18:17 -07:00
Chris Hennick
0513fbcc6b
doc: Fill missing CHANGELOG entries for 1.1.2
2024-04-28 14:40:29 -07:00
Chris Hennick
7249d540ef
Merge branch 'master' into issue-280-2
2024-04-28 13:28:21 -07:00
Chris Hennick
ba6c07d214
Revert "ci: Bug fix? Use ${{github.token}} for everything"
...
This reverts commit 406da383e9
.
2024-04-28 13:27:18 -07:00
Chris Hennick
067f7bee28
doc: update repo link and Actions badge link
2024-04-28 13:26:44 -07:00
Chris Hennick
9d4f102498
Merge branch 'master' into issue-280-2
2024-04-28 13:15:43 -07:00
Chris Hennick
406da383e9
ci: Bug fix? Use ${{github.token}} for everything
2024-04-28 13:14:13 -07:00
Chris Hennick
5f8010304c
Merge branch 'master' into issue-280-2
2024-04-28 12:51:27 -07:00
Chris Hennick
eacdfde7da
ci: Fix typo
2024-04-28 12:47:11 -07:00
Chris Hennick
31b23640a8
Revert "ci: Bug fix? Test with no explicit auth in "Enable auto-merge" step"
...
This reverts commit 6270595746
.
2024-04-28 12:46:21 -07:00
Chris Hennick
0fc9ca177e
doc: Add blank CHANGELOG entry for 1.1.2 to tell release-plz
that it's already been released
2024-04-28 12:39:13 -07:00
Chris Hennick
2cdf0b9a05
Merge branch 'master' into issue-280-2
2024-04-28 12:33:51 -07:00
Chris Hennick
6270595746
ci: Bug fix? Test with no explicit auth in "Enable auto-merge" step
2024-04-28 12:32:16 -07:00
Chris Hennick
bd600d15b6
Merge branch 'master' into issue-280-2
2024-04-28 12:13:30 -07:00
Chris Hennick
b23a892f5b
ci: Bug fix? Use PAT for auto-merge but not for fetching metadata
2024-04-28 12:12:48 -07:00
Chris Hennick
74cea720cf
Merge branch 'master' into issue-280-2
2024-04-28 12:06:29 -07:00
Chris Hennick
54dd12085b
ci: Bug fix? Use ${{github.token}} instead of ${{secrets.GITHUB_TOKEN}}
2024-04-28 12:04:22 -07:00
Chris Hennick
37bafb14b1
ci: Bug fix? Use main token rather than PAT
2024-04-28 12:01:37 -07:00
Chris Hennick
3e88bd7ab1
Merge branch 'master' into issue-280-2
2024-04-28 11:49:33 -07:00
Chris Hennick
38829b1f4b
ci: Enable CI run when requested for a merge group
2024-04-28 11:48:46 -07:00
Chris Hennick
5a00c92d08
Merge branch 'master' into issue-280-2
2024-04-28 11:45:41 -07:00
Chris Hennick
c550e90711
ci: Bug fix? Auto-merge now requires GH_TOKEN, not GITHUB_TOKEN
2024-04-28 11:45:27 -07:00
Chris Hennick
8159ad19be
Merge branch 'master' into issue-280-2
2024-04-28 11:41:34 -07:00
Chris Hennick
82e0d5c150
ci: Bug fix? Use RELEASE_PLZ PAT for auto-merge
2024-04-28 11:37:38 -07:00
Chris Hennick
135cc54ba8
Merge branch 'master' into issue-280-2
2024-04-28 10:59:58 -07:00
Chris Hennick
12b988b824
chore: override version number to 1.1.2 since the breaking change was reverted
2024-04-28 10:50:33 -07:00
Chris Hennick
e48d4ef1d1
revert: refactor!: remove deflate-miniz
feature since it's now equivalent to deflate
( #35 )"
...
Reverts: 16633213
2024-04-28 10:43:52 -07:00
awakening
4078bd34cd
fix: Decrypt the read bytes in ZipCrypto instead of entire buffer
...
Fixes `corrupt deflate stream` panic when extracting a file from encrypted archive (zip-rs/zip#280 ).
2024-04-27 23:41:32 +07:00
awakening
b718fdf5d0
test: Move embedded archive from variable to a constant
2024-04-27 23:41:28 +07:00
github-actions[bot]
e32ab41c3b
Merge pull request #37 from Pr0methean/dependabot/github_actions/dependabot/fetch-metadata-2.1.0
...
ci(deps)(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
2024-04-25 20:17:36 +00:00
dependabot[bot]
c45d1329bc
ci(deps)(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 15:58:33 +00:00
Chris Hennick
2de0c8b279
ci: Reduce fuzz_write iterations
2024-04-25 08:57:47 -07:00
Chris Hennick
a8a75454d9
ci: Bug fix: quote strings in fuzz.dict
2024-04-25 08:00:37 -07:00
Chris Hennick
076fab483b
ci: Drop redundant "(deps)" from Dependabot PR names
2024-04-25 07:59:22 -07:00
Chris Hennick
b4b6c265e0
ci: Add path bits to fuzz dictionary
2024-04-25 07:55:10 -07:00
Chris Hennick
340e603cbe
ci: Update name of auto-merge workflow
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-24 08:40:54 -07:00
Chris Hennick
97a9eb0576
doc: add lzma to list of algorithms, drop encryption from unsupported feature list
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-24 04:08:11 -07:00
Chris Hennick
8eae69349e
style: fix Cargo warning re cfg(any())
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-24 03:51:58 -07:00
Chris Hennick
1e23caa003
ci: Skip CI for Dependabot branches, since PR CI makes it redundant
2024-04-24 02:06:30 -07:00
Chris Hennick
5ec900db1b
ci: Bug fix: still need to auto-merge Actions-written PRs, but don't need to auto-approve any PRs
2024-04-24 01:40:53 -07:00