commit | 1ee46825bfffcfe403670c0b9c2d1f370b10c43c | [log] [tgz] |
---|---|---|
author | Oliver Chang <oliverchang@users.noreply.github.com> | Wed Mar 24 08:59:33 2021 +1100 |
committer | GitHub <noreply@github.com> | Wed Mar 24 08:59:33 2021 +1100 |
tree | dfcfad1094381ead4fc18545336b7544e0a19e16 | |
parent | 0ee8d5ba7b4e1f040389f1cdc5db165a1f5a7343 [diff] |
build_specified_commit: Add call to fetch_all_remotes on cleanup. (#5485) We need to redo fetch_all_remotes as we re-copy the repo from the docker container.
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.
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.
Read our detailed documentation to learn how to use OSS-Fuzz.
As of January 2021, OSS-Fuzz has found over 25,000 bugs in 375 open source projects.