aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2020-12-21 13:43:26 -0800
committerGravatar GitHub <noreply@github.com>2020-12-21 13:43:26 -0800
commit08254b99c416f330487f7b71fc9901de20d07a4e (patch)
tree8bba0498b106c867405986ef0134b1558d438972 /README.md
parent6a646ea993ad7b6ce7f009cb7c26496ba2f24e98 (diff)
Update docs, add python support. (#4878)
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3b609982..2873519e 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ community.
[thousands]: https://bugs.chromium.org/p/chromium/issues/list?q=label%3AStability-LibFuzzer%2CStability-AFL%20-status%3ADuplicate%2CWontFix&can=1
[guided in-process fuzzing of Chrome components]: https://security.googleblog.com/2016/08/guided-in-process-fuzzing-of-chrome.html
-In cooperation with the [Core Infrastructure Initiative] and the [OpenSSF], OSS-Fuzz
-aims to make common open source software more secure and stable by combining modern
-fuzzing techniques with scalable, distributed execution.
+In cooperation with the [Core Infrastructure Initiative] and the [OpenSSF],
+OSS-Fuzz aims to make common open source software more secure and stable by
+combining modern fuzzing techniques with scalable, distributed execution.
[Core Infrastructure Initiative]: https://www.coreinfrastructure.org/
[OpenSSF]: https://www.openssf.org/
@@ -29,8 +29,9 @@ execution environment and reporting tool.
[Sanitizers]: https://github.com/google/sanitizers
[ClusterFuzz]: https://github.com/google/clusterfuzz
-Currently, OSS-Fuzz supports C/C++, Rust, and Go code. Other languages supported
-by [LLVM] may work too. OSS-Fuzz supports fuzzing x86_64 and i386 builds.
+Currently, OSS-Fuzz supports C/C++, Rust, Go and Python code. Other languages
+supported by [LLVM] may work too. OSS-Fuzz supports fuzzing x86_64 and i386
+builds.
[LLVM]: https://llvm.org
@@ -43,11 +44,11 @@ Read our [detailed documentation] to learn how to use OSS-Fuzz.
[detailed documentation]: https://google.github.io/oss-fuzz
## Trophies
-As of June 2020, OSS-Fuzz has found over [20,000] bugs in [300] open source
+As of January 2021, OSS-Fuzz has found over [25,000] bugs in [375] open source
projects.
-[20,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=-status%3AWontFix%2CDuplicate%20-component%3AInfra&can=1
-[300]: https://github.com/google/oss-fuzz/tree/master/projects
+[25,000]: https://bugs.chromium.org/p/oss-fuzz/issues/list?q=-status%3AWontFix%2CDuplicate%20-component%3AInfra&can=1
+[375]: https://github.com/google/oss-fuzz/tree/master/projects
## Blog posts
* 2016-12-01 - [Announcing OSS-Fuzz: Continuous fuzzing for open source software]