mirror of https://github.com/google/oss-fuzz.git
Update clusterfuzz.md
This commit is contained in:
parent
ad0a74152e
commit
36ddb79805
|
@ -1,11 +1,11 @@
|
||||||
# ClusterFuzz
|
# ClusterFuzz
|
||||||
|
|
||||||
ClusterFuzz is the infrastructure behind OSS-Fuzz, and started as fuzzing
|
ClusterFuzz is the distributed fuzzing infrastructure behind OSS-Fuzz. It was initially built
|
||||||
infrastructure for Chrome.
|
for fuzzing Chrome at scale.
|
||||||
|
|
||||||
## Web interface
|
## Web interface
|
||||||
|
|
||||||
ClusterFuzz also provides [web interface](https://clusterfuzz-external.appspot.com/v2)
|
ClusterFuzz also provides [web interface](https://clusterfuzz-external.appspot.com/v2)
|
||||||
to view statistics about your fuzzer targets, as well as current crashes.
|
to view statistics about your fuzzer targets, as well as current crashes.
|
||||||
|
|
||||||
Note that access is restricted to library developers that we auto CC on new bug
|
Note that access is restricted to library developers that we auto CC on new bug
|
||||||
|
@ -13,8 +13,8 @@ reports.
|
||||||
|
|
||||||
## Fuzzer stats
|
## Fuzzer stats
|
||||||
|
|
||||||
You can view statistics about your fuzzers (e.g. speed, coverage information) on
|
You can view statistics about your fuzzers (e.g. speed, coverage information,
|
||||||
our fuzzer statistics dashboard.
|
memory usage) on our fuzzer statistics dashboard.
|
||||||
|
|
||||||
![stats]
|
![stats]
|
||||||
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_stats.png)
|
(https://raw.githubusercontent.com/google/oss-fuzz/master/docs/freetype_stats.png)
|
||||||
|
|
Loading…
Reference in New Issue