fuzzit icon indicating copy to clipboard operation
fuzzit copied to clipboard

CLI to integrate continuous fuzzing with Fuzzit (no longer available)

Results 8 fuzzit issues
Sort by recently updated
recently updated
newest added

I'm looking for some way to run the local jobs without docker for our CI. Is it currently possible or is docker required?

enhancement

We're not sure if this is a bug in Fuzzit, but our regression tests seem to be failing: ``` 2020/03/20 13:09:35 Running regression... FUZZER: INFO: Seed: 4173634629 FUZZER: INFO: 65536...

When attempting to run our fuzz test suite remotely all of our jobs are failing with the following message: ``` 020/02/25 14:18:11 Running fuzzing with: [-jar zest-cli.jar --exit-on-crash --exact-crash-path=artifact --libfuzzer-compat-output...

Recently, I was looking at the example.go and fuzzit.sh files for a tutorial on how to integrate my project with fuzzit. There were some instructions missing in it such as...

It would be nice if there was an option to upload the corpus along with a job. In general, I like to keep the corpus in VCS, so it would...

Currently, the user has 2 to create a `.tar.gz` archive of the corpus in order to submit it with `--seed` arg. To save this step `--seed` arg should also take...

1. It should also accept `.zip` files as it's more widely supported than `tar.gz` 2. It should validate that the file given is in valid format (`.tar.gz` or `.zip`) before...