OSS-Fuzz - continuous fuzzing for open source software.
Go to file
Abhishek Arya 380322012e
Revert "[mysql] Adds project mysql (#2650)" (#2670)
This reverts commit 1a981b0b42.
2019-08-08 16:25:05 -07:00
docs Create new_project_guide.md 2019-08-07 13:08:46 -07:00
infra Switch docs to new structure (#2663) 2019-08-07 07:37:16 -07:00
projects Revert "[mysql] Adds project mysql (#2650)" (#2670) 2019-08-08 16:25:05 -07:00
.gitignore [infra] replacing wget with ADD where possible 2016-12-28 14:09:09 -08:00
.travis.yml [infra] Add support for dataflow builds to the helper script and build check (#1632). (#2501) 2019-06-12 11:08:15 -07:00
CONTRIBUTING Other projects use the notation GitHub, but this project was fixed as Github. (#1377) 2018-04-29 19:04:09 -07:00
LICENSE Create LICENSE 2016-10-03 12:24:25 -07:00
README.md Docs: Correct spacing typo and make blog links explicit. (#2668) 2019-08-08 07:36:35 -07:00
oss-fuzz.iml Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00

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 found hundreds of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components and, and we now want to share that service with the open source community.

In cooperation with the Core Infrastructure Initiative, 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 and AFL fuzzing engines in combination with Sanitizers, as well as ClusterFuzz, a distributed fuzzer execution environment and reporting tool.

Currently, OSS-Fuzz supports C and C++ code, though other languages supported by LLVM may work too.

Overview

OSS-Fuzz process diagram

Documentation

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

Trophies

As of August 2019, OSS-Fuzz has found ~14,000 bugs in over 200 open source projects.

Blog posts