tribble icon indicating copy to clipboard operation
tribble copied to clipboard

Plugin to generate a docker container to run fuzz tests in.

Open emilyselwood opened this issue 6 years ago • 0 comments

This may be a way to deal with the distributed fuzzing problem nicely.

Ideally this would be another maven target that creates a docker file that copies the project into it and sets it to run the tribble target.

There are probably several things that we need to do before this:

  • Make it so the corpus IO code can be swapped out if we need to talk to a distributed file system (AWS Buckets, GCS, etc...)
  • Make the stats reporting go to some kind of network service.

emilyselwood avatar Mar 09 '18 08:03 emilyselwood