aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2019-08-15 15:07:23 -0700
committerGravatar GitHub <noreply@github.com>2019-08-15 15:07:23 -0700
commit055f9836f308a9c568653b60002c84d4c35204fa (patch)
treeb82da73e5ada79f4e272a67158519aa82d37c95f /README.md
parent5c1e1aab2255267fbf5dbf386f56ab0f6ca76eae (diff)
Documentation fixes. (#2705)
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index fbf68f4d..58c3b77d 100644
--- a/README.md
+++ b/README.md
@@ -26,20 +26,16 @@ Currently, OSS-Fuzz supports C and C++ code, though other languages supported by
Read our [detailed documentation](https://google.github.io/oss-fuzz) to learn how to use OSS-Fuzz.
## Trophies
-As of August 2019, OSS-Fuzz has found [~14,000] bugs in over [200] open source
+As of August 2019, OSS-Fuzz has found over [14,000] bugs in over [200] open source
projects.
-[~14,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?can=1&q=-status%3AWontFix%2CDuplicate+-Infra
+[14,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?can=1&q=-status%3AWontFix%2CDuplicate+-Infra
[200]: https://github.com/google/oss-fuzz/tree/master/projects
## Blog posts
-* 2016-12-01 ([Open Source](https://opensource.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html),
-[Testing](https://testing.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html),
-[Security](https://security.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html))
-* 2017-05-08 ([Open Source](https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html),
-[Testing](https://testing.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html),
-[Security](https://security.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html))
-* 2018-11-06 ([Security](https://security.googleblog.com/2018/11/a-new-chapter-for-oss-fuzz.html))
+* 2016-12-01 - [Announcing OSS-Fuzz: Continuous fuzzing for open source software](https://opensource.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html).
+* 2017-05-08 - [OSS-Fuzz: Five months later, and rewarding projects](https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html)
+* 2018-11-06 - [A New Chapter for OSS-Fuzz](https://security.googleblog.com/2018/11/a-new-chapter-for-oss-fuzz.html)