diff --git a/docs/faq.md b/docs/faq.md index 4a8c986a7..0120728da 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,5 +1,17 @@ # Frequently Asked Questions +## What kind of projects are you accepting? + +We are currently in a beta status, and still working out issues 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 (e.g. libraries that are used to process untrusted input) + - 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! + ## Why do you use a [different issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) for reporting bugs in OSS projects? Security access control is important for the kind of issues that OSS-Fuzz detects. @@ -19,18 +31,6 @@ An easy-to-use Docker image is provided to simplify toolchain distribution. This 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 issues 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 (e.g. libraries that are used to process untrusted input) - - 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! - ## How timeouts and OOMs are handled? If a single input to a [fuzz target](glossary.md#fuzz-target)