From 81406142fe7470c6de640e65903b5c6ce7f2df75 Mon Sep 17 00:00:00 2001 From: fabacab Date: Sat, 19 Sep 2020 15:42:28 -0400 Subject: [PATCH] Add OneFuzz, Microsoft's now open-sourced Fuzzing-as-a-Service platform. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9db125..72859ca 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ See also [awesome-devsecops](https://github.com/devsecops/awesome-devsecops). See also [Awesome-Fuzzing](https://github.com/secfigo/Awesome-Fuzzing). * [FuzzBench](https://google.github.io/fuzzbench/) - Free service that evaluates fuzzers on a wide variety of real-world benchmarks, at Google scale. +* [OneFuzz](https://github.com/microsoft/onefuzz) - Self-hosted Fuzzing-as-a-Service (FaaS) platform. ### Policy enforcement