mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
e279ff2e71
commit
4028e81a42
|
@ -15,9 +15,10 @@
|
||||||
*part of oss-fuzz* source code repository.
|
*part of oss-fuzz* source code repository.
|
||||||
* [Project List](docs/projects.md) lists OSS projects integrated with oss-fuzz.
|
* [Project List](docs/projects.md) lists OSS projects integrated with oss-fuzz.
|
||||||
* [Life of a bug](docs/life_of_a_bug.md)
|
* [Life of a bug](docs/life_of_a_bug.md)
|
||||||
* [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.
|
* [Chrome's Efficient Fuzzer Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzer.md)
|
||||||
* [Guided in-process fuzzing of Chrome components](https://security.googleblog.com/2016/08/guided-in-process-fuzzing-of-chrome.html)
|
while contains some chrome-specifics, is an excellent documentation on making your fuzzer better.
|
||||||
- Google Security Blog post describing the precursor work we've been doing in Chrome.
|
* [Guided in-process fuzzing of Chrome components](https://security.googleblog.com/2016/08/guided-in-process-fuzzing-of-chrome.html) -
|
||||||
|
Google Security Blog post describing the precursor work we've been doing in Chrome.
|
||||||
|
|
||||||
## Build status
|
## Build status
|
||||||
[Build status](https://oss-fuzz-build-logs.storage.googleapis.com/status.html)
|
[Build status](https://oss-fuzz-build-logs.storage.googleapis.com/status.html)
|
||||||
|
|
Loading…
Reference in New Issue