2016-11-18 19:56:01 +00:00
# ClusterFuzz
2016-11-18 20:32:51 +00:00
[ClusterFuzz ](https://blog.chromium.org/2012/04/fuzzing-for-security.html ) is the distributed fuzzing infrastructure behind OSS-Fuzz. It was initially built
2016-11-18 20:05:42 +00:00
for fuzzing Chrome at scale.
2016-11-18 19:56:01 +00:00
## Web interface
2016-11-18 20:10:52 +00:00
ClusterFuzz also provides a [web interface ](https://clusterfuzz-external.appspot.com/v2 )
2016-11-18 20:01:58 +00:00
to view statistics about your fuzzer targets, as well as current crashes.
2016-11-18 19:56:01 +00:00
2016-11-29 19:36:05 +00:00
*Note*: This is a work in progress. Access is restricted to project developers who we auto CC on new bug
2016-11-18 19:56:01 +00:00
reports.
## Fuzzer stats
2016-11-18 20:05:42 +00:00
You can view statistics about your fuzzers (e.g. speed, coverage information,
memory usage) on our fuzzer statistics dashboard.
2016-11-18 19:56:01 +00:00
![stats]
2016-11-26 23:49:16 +00:00
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_stats.png)
2016-11-18 19:56:01 +00:00
## Coverage reports
2016-11-18 20:01:58 +00:00
We also provide coverage reports, where we highlight the parts of source code that are being
reached by your fuzzer.
2016-11-18 19:56:01 +00:00
![coverage_1]
2016-11-26 23:49:16 +00:00
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_1.png)
2016-11-18 19:56:01 +00:00
![coverage_2]
2016-11-26 23:49:16 +00:00
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/freetype_coverage_2.png)
2016-11-18 19:56:01 +00:00
## Testcase reports
ClusterFuzz will automatically de-duplicate and file reproducible crashes into
our [bug tracker ](https://bugs.chromium.org/p/monorail ). We provide a crash
report page that gives you the stack trace, a link to the crashing testcase, and
regression ranges where the bug was most likely introduced.
![report]
2016-11-26 23:49:16 +00:00
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/images/pcre2_testcase.png)
2016-11-18 19:56:01 +00:00