Update faq.md

This commit is contained in:
Kostya Serebryany 2016-12-02 14:53:14 -08:00 committed by GitHub
parent 19dba436ed
commit 62b3d63a29
1 changed files with 6 additions and 0 deletions

View File

@ -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.