Chris Hennick
|
ece098d393
|
Make InvalidPassword a kind of ZipError
|
2024-03-13 13:05:54 -07:00 |
|
Chris Hennick
|
eb3c5ede64
|
Merge pull request #20 from Pr0methean/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
|
2024-03-07 10:55:26 -08:00 |
|
Chris Hennick
|
5cf1172a49
|
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-4
|
2024-03-07 10:55:17 -08:00 |
|
Chris Hennick
|
7403496f9b
|
Merge pull request #15 from Pr0methean/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
|
2024-03-07 10:54:59 -08:00 |
|
dependabot[bot]
|
f0faff3fee
|
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-04 21:02:11 +00:00 |
|
Chris Hennick
|
e9b48fb15a
|
Test with fuzz_read length limit of just 2KiB
|
2024-03-04 13:00:17 -08:00 |
|
Chris Hennick
|
2603cd88fe
|
Bug fix: fuzz_write_with_no_features was too short
|
2024-03-04 12:51:28 -08:00 |
|
Chris Hennick
|
ee14de3420
|
Increase max_len for fuzz_read to 8K to ensure we converge on high coverage
|
2024-03-04 12:39:59 -08:00 |
|
Chris Hennick
|
97ac845b79
|
Test using fuzz's experimental fork mode
|
2024-03-04 12:17:19 -08:00 |
|
Chris Hennick
|
9eea46f28a
|
Test more aggressive length limits
|
2024-03-04 12:08:30 -08:00 |
|
Chris Hennick
|
38b5e4effe
|
Revert "Test using 4-byte & 6-byte strings of \xFF and \x00"
This reverts commit 3e82e21614 .
|
2024-03-04 11:50:47 -08:00 |
|
Chris Hennick
|
e49577a151
|
Bug fix for fuzzing without default features
|
2024-03-04 11:48:37 -08:00 |
|
Chris Hennick
|
3e82e21614
|
Test using 4-byte & 6-byte strings of \xFF and \x00
|
2024-03-04 11:43:07 -08:00 |
|
Chris Hennick
|
0331aed531
|
Test using \xFF\xFF as dictionary entry but no other experimentally-discovered strings
|
2024-03-04 11:21:30 -08:00 |
|
Chris Hennick
|
577b00c120
|
Test using only even-length dictionary entries
|
2024-03-04 11:13:16 -08:00 |
|
Chris Hennick
|
05da2def6e
|
Bug fix: can't use octal literals in dictionary
|
2024-03-04 11:06:10 -08:00 |
|
Chris Hennick
|
c10679ba1c
|
Bug fix: can't mix octal with hex escapes?
|
2024-03-04 10:59:53 -08:00 |
|
Chris Hennick
|
3fbfe8406e
|
Revert "Test with no experimentally-discovered strings in fuzz.dict"
This reverts commit be428e93b3 .
|
2024-03-04 10:58:39 -08:00 |
|
Chris Hennick
|
5409596748
|
Revert "Test without "PK" and "KP" in fuzz.dict"
This reverts commit 6ba7fc9fd1 .
|
2024-03-04 10:58:38 -08:00 |
|
Chris Hennick
|
6ddcb8f53c
|
Test with attainable maximum lengths
|
2024-03-03 19:57:53 -08:00 |
|
Chris Hennick
|
0ec4b49970
|
Bug fix: include CompressionMethod::Stored
|
2024-03-03 19:52:41 -08:00 |
|
Chris Hennick
|
6ba7fc9fd1
|
Test without "PK" and "KP" in fuzz.dict
|
2024-03-03 19:51:18 -08:00 |
|
Chris Hennick
|
be428e93b3
|
Test with no experimentally-discovered strings in fuzz.dict
|
2024-03-03 19:50:27 -08:00 |
|
Chris Hennick
|
c38494b93c
|
Shorten fuzz_read to prevent timeouts given the added complexity of deflate64
|
2024-03-03 19:43:06 -08:00 |
|
Chris Hennick
|
151e9362fe
|
Add more experimentally-discovered strings to dictionary
|
2024-03-03 19:32:25 -08:00 |
|
Chris Hennick
|
f17bc48d70
|
Fix artifact name collision
|
2024-03-03 18:37:12 -08:00 |
|
Chris Hennick
|
f52de5c242
|
Improve fuzzing dictionary to include all valid compression methods and all header signatures
|
2024-03-03 18:36:38 -08:00 |
|
Chris Hennick
|
dc62999f85
|
Bug fix: include data file for new test
|
2024-03-03 18:03:07 -08:00 |
|
Chris Hennick
|
c1afa95706
|
Refactor: use a zip file with valid metadata
|
2024-03-03 18:01:31 -08:00 |
|
Chris Hennick
|
f4d5ad7b49
|
Bug fix: can't run new test if deflate64 is disabled
|
2024-03-03 18:00:05 -08:00 |
|
Chris Hennick
|
80876aa7e4
|
Bug fix: incorrect assertion for new test
|
2024-03-03 17:36:58 -08:00 |
|
Chris Hennick
|
fe3821c4c0
|
Add test case to reproduce deflate64 error
|
2024-03-03 17:29:27 -08:00 |
|
Chris Hennick
|
38a903b5cd
|
Fuzz against https://github.com/anatawa12/deflate64-rs/pull/24
|
2024-03-03 17:28:15 -08:00 |
|
Chris Hennick
|
6636a6c3f3
|
Enable manual CI runs
|
2024-02-29 15:52:09 -08:00 |
|
Chris Hennick
|
01671c4a80
|
Bug fix
|
2024-02-29 13:23:42 -08:00 |
|
Chris Hennick
|
7491fc86e8
|
Bug fix
|
2024-02-29 12:46:17 -08:00 |
|
Chris Hennick
|
779c9d38fc
|
Bug fix
|
2024-02-29 12:45:49 -08:00 |
|
Chris Hennick
|
5f6546dde3
|
Timeout fuzz runs after 5h30m to ensure there's time to upload artifacts
|
2024-02-29 12:41:49 -08:00 |
|
Chris Hennick
|
3f3d78c9ee
|
Bug fix: remove size check since metadata may be wrong
|
2024-02-29 12:33:40 -08:00 |
|
Chris Hennick
|
e843e67b9f
|
Bug fix: reduce runs to 10k in CI fuzz_write
|
2024-02-29 10:31:53 -08:00 |
|
Chris Hennick
|
806c5d9fd8
|
Bug fix: replace max with min
|
2024-02-29 10:29:52 -08:00 |
|
dependabot[bot]
|
4bb13b8559
|
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-29 06:14:06 +00:00 |
|
Chris Hennick
|
ee1ef05fe6
|
Bug fix: weaken a failing assertion
|
2024-02-28 20:54:39 -08:00 |
|
Chris Hennick
|
ff1106a8f9
|
Share fuzz dictionary between fuzz_read and fuzz_write
|
2024-02-28 20:17:29 -08:00 |
|
Chris Hennick
|
4187dbc0e2
|
Improve fuzz_read coverage with predefined dictionary
|
2024-02-28 20:09:41 -08:00 |
|
Chris Hennick
|
60a921d4d4
|
Increase timeout for fuzzing (improves branch coverage)
|
2024-02-28 18:41:53 -08:00 |
|
Chris Hennick
|
c4f657281d
|
Bug fix: read timeout should be same with and without default features
|
2024-02-28 17:44:04 -08:00 |
|
Chris Hennick
|
207e595785
|
Enable fuzz_read with no default features
|
2024-02-28 17:43:30 -08:00 |
|
Chris Hennick
|
9113cb6b07
|
Bug fix: allow invalid compressed files, but verify length if decompression succeeds
|
2024-02-28 17:28:17 -08:00 |
|
Chris Hennick
|
026a49ffa7
|
Truncate huge files during read fuzz rather than skipping them
|
2024-02-28 17:22:43 -08:00 |
|