mirror of https://github.com/google/oss-fuzz.git
Add build status link
This commit is contained in:
parent
e0cf900bee
commit
a25bf355df
|
@ -15,6 +15,9 @@ oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test
|
|||
* [Project List](docs/projects.md) lists OSS projects integrated with oss-fuzz.
|
||||
* [Chrome's Efficient Fuzzer Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzer.md) while contains some chrome-specifics, is an excellent documentation on making your fuzzer better.
|
||||
|
||||
## Build status
|
||||
[Build status](https://oss-fuzz-build-logs.storage.googleapis.com/status.html)
|
||||
|
||||
## Bounties
|
||||
|
||||
* freetype2:
|
||||
|
@ -23,7 +26,6 @@ oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test
|
|||
[36](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36&can=1&q=&colspec=ID%20Type%20Component%20Status%20Priority%20Milestone%20Owner%20Summary)
|
||||
|
||||
|
||||
|
||||
## References
|
||||
* [libFuzzer](http://llvm.org/docs/LibFuzzer.html)
|
||||
* [Chromium In-Process Fuzzing Project Page](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/)
|
||||
|
|
Loading…
Reference in New Issue