From ed7a47fd245b451be69f2a047892c44cc43377b9 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Fri, 9 Dec 2016 10:48:45 -0800 Subject: [PATCH] Update faq.md --- docs/faq.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index b473a84b2..86b303622 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -18,3 +18,15 @@ Building fuzzers requires building your project with a fresh Clang compiler and An easy-to-use Docker image is provided to simplify toolchain distribution. This also limits our exposure to a multitude of Linux varieties and provides a reproducible and secure environment for fuzzer building and execution. + +## What kind of projects are you accepting? + +We are currently in a beta status, and still working out kinks in our service. At this point, we +can only commit to supporting established projects that have a critical impact on infrastructure and +user security. We will consider each request on a case-by-case basis, but some things we keep in mind are: + + - Exposure to remote attacks. + - Number of users/other projects depending on this project. + +We hope to relax this requirement in the future though, so keep an eye out even if we are not able +to accept your project at this time!