From 7e3118ae73036f8ea43a39ddad1d619c89e5e354 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Fri, 21 Jun 2019 00:27:25 +0200 Subject: [PATCH] Update README.md --- fuzzing/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fuzzing/README.md b/fuzzing/README.md index 75e9c5e..992760a 100644 --- a/fuzzing/README.md +++ b/fuzzing/README.md @@ -19,5 +19,8 @@ A secure web server must be capable of receiving mass amount of malicious input ### While entire (mocked) examples are fuzzed: * HelloWorld +* EchoServer -No defects or issues are left unfixed, covered up or otherwise neglected. +No defects or issues are left unfixed, covered up or otherwise neglected. In fact we **cannot** cover up security issues as OSS-Fuzz automatically and publicly reports security issues as they happen. + +Currently we are at ~80% total fuzz coverage and OSS-Fuzz is reporting **zero** issues whatsoever. The goal is to approach 90% total coverage.