Update README.md

This commit is contained in:
Kostya Serebryany 2016-11-18 16:50:54 -08:00 committed by GitHub
parent 6719f45d19
commit b2f73b2e4b
1 changed files with 2 additions and 3 deletions

View File

@ -14,9 +14,8 @@
## Why OSS-Fuzz?
[Fuzz testing](https://en.wikipedia.org/wiki/Fuzz_testing) is a well-known
technique for uncovering certain types of programming errors in software.
Many detectable errors (e.g. buffer overruns) have real security
implications.
technique for uncovering various kinds of programming errors in software.
Many detectable errors (e.g. buffer overruns) have real security implications.
We successfully deployed
[guided in-process fuzzing of Chrome components](https://security.googleblog.com/2016/08/guided-in-process-fuzzing-of-chrome.html)