mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
6719f45d19
commit
b2f73b2e4b
|
@ -14,9 +14,8 @@
|
||||||
## Why OSS-Fuzz?
|
## Why OSS-Fuzz?
|
||||||
|
|
||||||
[Fuzz testing](https://en.wikipedia.org/wiki/Fuzz_testing) is a well-known
|
[Fuzz testing](https://en.wikipedia.org/wiki/Fuzz_testing) is a well-known
|
||||||
technique for uncovering certain types of programming errors in software.
|
technique for uncovering various kinds of programming errors in software.
|
||||||
Many detectable errors (e.g. buffer overruns) have real security
|
Many detectable errors (e.g. buffer overruns) have real security implications.
|
||||||
implications.
|
|
||||||
|
|
||||||
We successfully deployed
|
We successfully deployed
|
||||||
[guided in-process fuzzing of Chrome components](https://security.googleblog.com/2016/08/guided-in-process-fuzzing-of-chrome.html)
|
[guided in-process fuzzing of Chrome components](https://security.googleblog.com/2016/08/guided-in-process-fuzzing-of-chrome.html)
|
||||||
|
|
Loading…
Reference in New Issue