From 62b3d63a299ace1f44458b33178fc08dc391e780 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 2 Dec 2016 14:53:14 -0800 Subject: [PATCH] Update faq.md --- docs/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 1918c55f5..b473a84b2 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -6,6 +6,12 @@ Security access control is important for the kind of issues that OSS-Fuzz detect We will reconsider github issue tracker once the [access control feature](https://github.com/isaacs/github/issues/37) is available. +## Why we require an e-mail associated with a Google account? + +The [issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) uses Google accounts for authentication. +Note that any e-mail address [can be associated](https://support.google.com/accounts/answer/176347?hl=en) +with a Google account. + ## Why do you use Docker? Building fuzzers requires building your project with a fresh Clang compiler and special compiler flags.