Change all fuzzing links to point to OSS-Fuzz site

This commit is contained in:
Lynn Kirby 2020-02-17 17:23:34 -05:00 committed by Evgeny Vereshchagin
parent 129c55c06f
commit 6cec69fc3e
1 changed files with 2 additions and 4 deletions

View File

@ -127,7 +127,5 @@ guidance in [CONTRIBUTING.md](CONTRIBUTING.md) on how to report a security vulne
For more details on building fuzzers and integrating with OSS-Fuzz, visit:
- https://google.github.io/oss-fuzz/getting-started/new-project-guide/
- https://llvm.org/docs/LibFuzzer.html
- https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md
- https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzing.md
- [Setting up a new project - OSS-Fuzz](https://google.github.io/oss-fuzz/getting-started/new-project-guide/)
- [Tutorials - OSS-Fuzz](https://google.github.io/oss-fuzz/reference/useful-links/#tutorials)