google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.11k stars 270 forks source link

add new fuzzer: sievefuzz #1881

Open rshariffdeen opened 1 year ago

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

DonggeLiu commented 1 year ago

Let me close and reopen this to check if the GCB issue has been fixed.

DonggeLiu commented 1 year ago

Hi @rshariffdeen, are you seeking to run experiments with your fuzzer? If so, would you mind making a trivial modification to service/gcbrun_experiment.py? This will allow me to launch experiments in this PR before merging. Here is an example to add a dummy comment : ) Thanks!

In addition, could you please write your experiment request in this format? You can swap the --experiment-name and --fuzzers parameters with your values. I would really appreciate that : )

jonathanmetzman commented 1 year ago

Ping