commit | df661b2227f4f7f1bd716fa92c57b6e28382ecfe | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Sat May 29 14:17:36 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat May 29 14:17:36 2021 +0000 |
tree | 328e6c9629b196cec1de3a94ee804d9fee3a0524 | |
parent | 782b778149c935bdef5d26240e0ba2364094ee60 [diff] | |
parent | 8000bee0dd7770a01a7661e432203018e9c4322a [diff] |
Upgrade oss-fuzz to 0e6b81c81b415bb584c8d7595264480fa5a7de84 am: 8e067b0fed am: a5111e1896 am: efc08c8119 am: c6af4c9cc6 am: 8000bee0dd Original change: https://android-review.googlesource.com/c/platform/external/oss-fuzz/+/1582211 Change-Id: I7c969f1b2839f4a1299e869d6e9f6bddbcf095ec
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.