mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
cbbfe3980a
commit
7273285c1a
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test open source software. It grew out of Chrome in-process fuzzing effort ([Blog Post](https://security.googleblog.com/2016/08/guided-in-process-fuzzing-of-chrome.html), [Project Page](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/)).
|
oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test open source software. It grew out of Chrome in-process fuzzing effort ([Blog Post](https://security.googleblog.com/2016/08/guided-in-process-fuzzing-of-chrome.html), [Project Page](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/)).
|
||||||
|
|
||||||
|
|
||||||
*Project Status*: The project currently is in early stage. We focus on libFuzzer first. Documentation and smoothing the process is our main priority.
|
*Project Status*: The project currently is in early stage. We focus on libFuzzer first. Documentation and smoothing the process is our main priority.
|
||||||
|
|
||||||
|
Please open new issues for any kind of questions or feedback.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* [New Library Guide](docs/new_library.md) walks through steps necessary to add fuzzers to an open source project.
|
* [New Library Guide](docs/new_library.md) walks through steps necessary to add fuzzers to an open source project.
|
||||||
|
|
Loading…
Reference in New Issue