commit | e7c5398b612893fc0aca64dfb096fecccdc49272 | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Thu Oct 11 23:16:51 2018 -0700 |
committer | Oliver Chang <oliverchang@users.noreply.github.com> | Fri Oct 12 17:16:51 2018 +1100 |
tree | 7a41cb15f8ac34f3eed9999526acb6d3cd048381 | |
parent | 8d7039abee8e014f9c1f4b2011940ec4c47a7cd2 [diff] |
code_coverage.md: fix coverage tool invocations (#1870) s/profile/coverage/
Status: Stable. We are accepting applications from widely-used open source projects.
FAQ | Ideal Fuzzing Integration | New Project Guide | Reproducing Bugs | Projects | Projects Issue Tracker | Glossary
Create New Issue for questions or feedback about OSS-Fuzz.
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.
At the first stage of the project we use libFuzzer with Sanitizers. More fuzzing engines will be added later. ClusterFuzz provides a distributed fuzzer execution environment and reporting.
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.