fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

FuzzBench - Fuzzer benchmarking as a service.

Results 292 fuzzbench issues
Sort by recently updated
recently updated
newest added

We recently published a [paper](https://www.usenix.org/conference/usenixsecurity23/presentation/gorz) describing an approach to use mutation analysis for fuzzer benchmarking. This pull request aims to support this approach (Phase I only) for FuzzBench. ---- There...

SBFT24

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies
python

This reverts commit c734a74ba59deada3cf4d7e37009125e26d51701 and adds a dummy change to run experiments.

Fix the corpus of project `OpenH264`, based on https://github.com/google/oss-fuzz/pull/11207. Background: https://github.com/google/oss-fuzz/issues/10610

After installing Fuzzbench I went into an issue when I tried the "make presubmit" to test if the appication works. It hang up at some function corresponding to PyQt5. I...

I am trying to run FuzzBench experiment on Google Cloud. The document is quite outdated and I have to search for issues or even Discord history to setup the experiment....

Fixes #1938 This makes it convenient to disable the config when running experiments under GitHub PRs: People don't have to commit the config change before experiments and revert it before...

# Changes Add arg: https://github.com/google/fuzzbench/blob/2bc06d4aca2c8dae20eeca47b95433ef543f99a8/experiment/run_experiment.py#L706 pass param: https://github.com/google/fuzzbench/blob/2bc06d4aca2c8dae20eeca47b95433ef543f99a8/experiment/run_experiment.py#L743 Update config: https://github.com/google/fuzzbench/blob/2bc06d4aca2c8dae20eeca47b95433ef543f99a8/experiment/run_experiment.py#L334 ## Reference links It takes config file at: https://github.com/google/fuzzbench/blob/2bc06d4aca2c8dae20eeca47b95433ef543f99a8/experiment/run_experiment.py#L180C10-L180C31

Attempting to address or partially resolve a coverage information gap described [by Marc Heuse regarding libwebp](https://www.srlabs.de/blog-post/advanced-fuzzing-unmasks-elusive-vulnerabilities) (cc @vanhauser-thc, you might be interested). Namely, this implements "scoped" coverage -- the coverage...