Commit Graph

2 Commits

Author SHA1 Message Date
Nathaniel Brough a400069550
zip-rs: Improves code coverage (#9693)
Adds two new fuzz harnesses;
     - Structured roundtrip.
     - Structured reader.

The read/write functionality implementation level is
    not symmetrical and some functions plugins e.g.
    zipcrypt is only supported for decompressing. Hence
    why we need both a "roundtrip" and a reader harness.

Adds a seed-corpus for;
     - The existing from_zip harness.
     - The new structured reader harness.

---------

Signed-off-by: Nathaniel Brough <nathaniel.brough@gmail.com>
2023-02-17 16:38:56 +11:00
DavidKorczynski 3403ecc3ee
zip-rs: initial integration (#5400)
* initial integration of zip-rs.

* update contact

* Updated Dockerfile

* Update licenses to 2022;

* updated comments in Cargo file
2022-01-25 07:12:18 -08:00