zip-rs-wasm/fuzz
Nick Babcock b7966a8538 Add read fuzzing module
As someone who has personal projects that take untrusted zips as input,
it is important to me to be able to fuzz the zip project to simulate
possible inputs and to ensure the projects are not vulnerable.

This commit adds a cargo fuzz module for reading and extracting input.

The `fuzz` directory was scaffolded with a `cargo fuzz init`

I added a CI step to guard against the fuzz module decaying over time.
2022-04-25 20:08:53 -05:00
..
fuzz_targets Add read fuzzing module 2022-04-25 20:08:53 -05:00
.gitignore Add read fuzzing module 2022-04-25 20:08:53 -05:00
Cargo.toml Add read fuzzing module 2022-04-25 20:08:53 -05:00