commit | 9d4d478c53d69cd7a85c10320cd7779764ba9244 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Wed Aug 17 00:22:49 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Aug 17 00:22:49 2022 +0000 |
tree | aab00ff7a7202a49d2afaa9084f260c2e519653b | |
parent | 6ee6b555475c40a6523244619f4aab33032727e4 [diff] | |
parent | 091338af5186a39bbbc3c9628b446dc453ee1c76 [diff] |
[automerger skipped] DO NOT MERGE - Merge Android 13 am: c80c069e60 -s ours am: 53c710c72a -s ours am: 091338af51 -s ours am skip reason: Merged-In I69970a4bd5f6cbe5064b0be447ffcc8892e875a4 with SHA-1 2473c05ce2 is already in history Original change: https://android-review.googlesource.com/c/platform/external/oss-fuzz/+/2184304 Change-Id: I25325195328b579dfa92e46094ae455165d64cb6 Signed-off-by: Automerger Merge Worker <[email protected]>
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 June 2021, OSS-Fuzz has found over 30,000 bugs in 500 open source projects.