commit | d58c4191779d320e032db246457a0cfd4dc72792 | [log] [tgz] |
---|---|---|
author | Abhishek Arya <inferno@chromium.org> | Tue Aug 06 13:29:19 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 06 13:29:19 2019 -0700 |
tree | f1fbfcd7116a1097eddd794c41ca8db90de61db4 | |
parent | 3a22d409962d361309ca40d79767323235d468a0 [diff] |
Add jekyll generator for docs. (#2660) * Add jekyll generator for docs. * Add content for index.md
Status: Stable. We are accepting applications from widely-used open source projects.
FAQ | Integration Rewards | New Project Guide | Ideal Fuzzing Integration | Accessing Corpora | Reproducing Bugs | Current Projects | Projects Issue Tracker | Glossary
Create New Issue for questions or feedback about OSS-Fuzz.
Not sure where to start? Look at New Project Guide.
Fuzz testing is a well-known technique for uncovering various kinds of programming errors in software. Many of these detectable errors (e.g. buffer overflow) can have serious security implications.
We successfully deployed guided in-process fuzzing of Chrome components and found hundreds of security vulnerabilities and stability bugs. We now want to share the experience and the 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 and scalable distributed execution.
We support libFuzzer and AFL as fuzzing engines in combination with Sanitizers. ClusterFuzz provides a distributed fuzzer execution environment and reporting. You can checkout ClusterFuzz here.
Currently OSS-Fuzz supports C and C++ code (other languages supported by LLVM may work too).
The following process is used for projects in OSS-Fuzz:
To be accepted to OSS-Fuzz, an open-source project must have a significant user base and/or be critical to the global IT infrastructure. To submit a new project:
projects/<project_name>/project.yaml
file (example) giving at least the following information:project_name
can only contain alphanumeric characters, underscores(_) or dashes(-).Following Google's standard disclosure policy OSS-Fuzz will adhere to following disclosure principles:
This page gives the latest build logs for each project.
(Internal only) Builds dashboard.
This page gives a list of publicly-viewable fixed bugs found by OSS-Fuzz.