Lines Matching +full:fuzz +full:- +full:bugs
1 ---
6 permalink: /further-reading/clusterfuzz/
7 ---
12 infrastructure behind OSS-Fuzz. It was initially built for fuzzing Chrome at
15 - TOC
17 ---
21 ClusterFuzz provides a [web interface](https://oss-fuzz.com)
22 to view statistics about your fuzz targets, as well as current crashes.
29 ClusterFuzz will automatically de-duplicate and file reproducible crashes into
30 our [bug tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list). We provide
38 You can view statistics about your fuzz targets (e.g. speed, coverage
48 are being reached by your fuzz target. Make sure to look at the uncovered code
49 marked in red and add appropriate fuzz targets to cover those use cases.
56 You can view performance issues that your fuzz target is running into (e.g.
58 dashboard. Make sure to fix all cited issues, so as to keep your fuzz target
59 running efficiently and finding new bugs.