Skip to content

Commit 6b22068

Browse files
Update faq.md
1 parent b2aeb62 commit 6b22068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/faq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Frequently Asked Questions
22

3-
## Why do you use a [different issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) for reporting bugs in fuzz targets?
3+
## Why do you use a [different issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) for reporting bugs in OSS projects?
44

55
Security access control is important for the kind of issues that OSS-Fuzz detects.
66
We will reconsider github issue tracker once the
77
[access control feature](https://github.com/isaacs/github/issues/37) is available.
88

99
## Why do you use Docker?
1010

11-
Building fuzzers requires building your target with a fresh Clang compiler and special compiler flags.
11+
Building fuzzers requires building your project with a fresh Clang compiler and special compiler flags.
1212
An easy-to-use Docker image is provided to simplify toolchain distribution. This also limits our exposure
1313
to a multitude of Linux varieties and provides a reproducible and secure environment for fuzzer
1414
building and execution.

0 commit comments

Comments
 (0)