From 55fa272f5aa552ff6a6c362e4053c6132abce23a Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Thu, 9 Jan 2020 19:35:29 +0100 Subject: [PATCH] Update README.md --- fuzzing/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzzing/README.md b/fuzzing/README.md index 102496d..4691351 100644 --- a/fuzzing/README.md +++ b/fuzzing/README.md @@ -15,11 +15,13 @@ A secure web server must be capable of receiving mass amount of malicious input * WebSocket permessage-deflate compression/inflation helper * Http parser * Http method/url router +* Pub/sub "topic tree" ### While entire (mocked) examples are fuzzed: * HelloWorld * EchoServer +* BroadcastingEchoServer 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.