From d83b4ccc5415134884bb79c063cf6ddc1e0aa346 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 18 Aug 2019 23:48:54 +0200 Subject: [PATCH] Update README.md --- fuzzing/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fuzzing/README.md b/fuzzing/README.md index 992760a..102496d 100644 --- a/fuzzing/README.md +++ b/fuzzing/README.md @@ -24,3 +24,6 @@ A secure web server must be capable of receiving mass amount of malicious input 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. + +### Security awards +Google have sent us thousands of USD for the integration with OSS-Fuzz - we continue working on bettering the testing with every new release.