OSS-Fuzz - continuous fuzzing for open source software.
Go to file
DavidKorczynski b048be69a8
introspector_page: only display if numbers are accurate (#9545)
Some old reports e.g.

https://storage.googleapis.com/oss-fuzz-introspector/upb/inspector-report/20221025/summary.json
have deprecated data. We should not display this information. Only show
if the percentage numbers make sense.

Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
2023-02-01 20:40:48 +11:00
.allstar
.clusterfuzzlite
.github Integrate Jazzer.js (#9466) 2023-01-31 11:31:54 -05:00
docs Update integration rewards documentation. (#9543) 2023-02-01 15:42:40 +11:00
infra introspector_page: only display if numbers are accurate (#9545) 2023-02-01 20:40:48 +11:00
projects [libavc, libhevc, libmpeg2]: Update repository paths (#9530) 2023-01-31 15:35:57 -08:00
.dockerignore
.gitattributes
.gitignore
.pylintrc
.style.yapf
CONTRIBUTING.md
LICENSE
README.md

README.md

OSS-Fuzz: Continuous Fuzzing for Open Source Software

Fuzz testing is a well-known technique for uncovering programming errors in software. Many of these detectable errors, like buffer overflow, can have serious security implications. Google has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to share that service with the open source community.

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. Projects that do not qualify for OSS-Fuzz (e.g. closed source) can run their own instances of ClusterFuzz or ClusterFuzzLite.

We support the libFuzzer, AFL++, and Honggfuzz fuzzing engines in combination with Sanitizers, as well as ClusterFuzz, a distributed fuzzer execution environment and reporting tool.

Currently, OSS-Fuzz supports C/C++, Rust, Go, Python and Java/JVM code. Other languages supported by LLVM may work too. OSS-Fuzz supports fuzzing x86_64 and i386 builds.

Overview

OSS-Fuzz process diagram

Documentation

Read our detailed documentation to learn how to use OSS-Fuzz.

Trophies

As of July 2022, OSS-Fuzz has found over 40,500 bugs in 650 open source projects.

Blog posts