aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/faq.md
diff options
context:
space:
mode:
authorGravatar inferno-chromium <inferno@chromium.org>2016-11-29 11:41:37 -0800
committerGravatar GitHub <noreply@github.com>2016-11-29 11:41:37 -0800
commit6b2206887526ac49f3e0e4359163d576d88308db (patch)
tree3036f804a92d46c342c27c5ecadf08a4e1b7c4ae /docs/faq.md
parentb2aeb6235ad4dfbabb460681eb30aef8127f5a88 (diff)
Update faq.md
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.md b/docs/faq.md
index d1232e9f..1918c55f 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -1,6 +1,6 @@
# Frequently Asked Questions
-## Why do you use a [different issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) for reporting bugs in fuzz targets?
+## 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.
We will reconsider github issue tracker once the
@@ -8,7 +8,7 @@ We will reconsider github issue tracker once the
## Why do you use Docker?
-Building fuzzers requires building your target with a fresh Clang compiler and special compiler flags.
+Building fuzzers requires building your project with a fresh Clang compiler and special compiler flags.
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.