From 92be4a5fb17c9d9b301cc78e5f4927bd4eb04525 Mon Sep 17 00:00:00 2001 From: Hayley Denbraver Date: Sun, 19 Feb 2023 15:16:32 -0800 Subject: [PATCH] Small readme changes. (#2949) I updated the README to keep the trophy stats in this repo current with OSS-Fuzz. I also moved the scorecard to the top of the README, to make it more uniform with our other repos and to highlight it. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c2ace0ee..43a0cd8f0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@

+[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/google/clusterfuzz/badge)](https://api.securityscorecards.dev/projects/github.com/google/clusterfuzz) + ClusterFuzz is a scalable [fuzzing](https://en.wikipedia.org/wiki/Fuzzing) infrastructure that finds security and stability issues in software. @@ -37,8 +39,7 @@ a software project's development process: You can find detailed documentation [here](https://google.github.io/clusterfuzz). ## Trophies -As of May 2022, ClusterFuzz has found ~29,000 bugs in Google (e.g. [Chrome]) -and [36,000+] bugs in over [550] open source projects integrated with [OSS-Fuzz]. +As of February 2023, ClusterFuzz has found ~27,000 bugs in Google (e.g. [Chrome]). Additionally, ClusterFuzz has helped identify and fix over [8,900] vulnerabilities and [28,000] bugs across [850] projects integrated with [OSS-Fuzz]. ## Getting Help You can [file an issue](https://github.com/google/clusterfuzz/issues/new) to ask @@ -51,11 +52,10 @@ We will use [clusterfuzz-announce(#)googlegroups.com](https://groups.google.com/ For a more lightweight version of ClusterFuzz that runs on CI/CD systems, check out [ClusterFuzzLite](http://github.com/google/clusterfuzzlite). -[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/google/clusterfuzz/badge)](https://api.securityscorecards.dev/projects/github.com/google/clusterfuzz) - [Chrome]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=label%3AClusterFuzz+-status%3AWontFix%2CDuplicate -[36,000+]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=-status%3AWontFix%2CDuplicate%20-component%3AInfra&can=1 -[550]: https://github.com/google/oss-fuzz/tree/master/projects +[8,900]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=status%3AFixed%2CVerified%20Type%3DBug-Security&can=1 +[28,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=status%3AFixed%2CVerified%20Type%3DBug&can=1 +[850]: https://github.com/google/oss-fuzz/tree/master/projects [OSS-Fuzz]: https://github.com/google/oss-fuzz [Monorail]: https://opensource.google.com/projects/monorail [Jira]: https://www.atlassian.com/software/jira