fuzzitdev / jsfuzz

coverage guided fuzz testing for javascript
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz
Apache License 2.0
605 stars 48 forks source link

Add zlib fuzzer #15

Closed bookmoons closed 4 years ago

bookmoons commented 4 years ago

Adds zlib compression format fuzzer. Targets the pako module. Follows the go-fuzz pattern of testing inflation and deflation.

Accepts a set of errors thrown by the module on invalid compressed data.

Closes #10.