commit | c6af4c9cc683d6607c1a870697af7d4a75f344c6 | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Wed Feb 10 04:01:15 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 10 04:01:15 2021 +0000 |
tree | 6ca355f0aff5ccf85babf2197316f542822ebea2 | |
parent | ba30d014ea0525d8f9a9b4ef9e73c7e7a5d709b6 [diff] | |
parent | efc08c81196b27e49635cf7f6ba359738512bf29 [diff] |
Upgrade oss-fuzz to 0e6b81c81b415bb584c8d7595264480fa5a7de84 am: 8e067b0fed am: a5111e1896 am: efc08c8119 Original change: https://android-review.googlesource.com/c/platform/external/oss-fuzz/+/1582211 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I570ededdb032fe7978c0b9fae0faaec543164ebd
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 and Python 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.