File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Frequently Asked Questions
2
2
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 ?
4
4
5
5
Security access control is important for the kind of issues that OSS-Fuzz detects.
6
6
We will reconsider github issue tracker once the
7
7
[ access control feature] ( https://github.com/isaacs/github/issues/37 ) is available.
8
8
9
9
## Why do you use Docker?
10
10
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.
12
12
An easy-to-use Docker image is provided to simplify toolchain distribution. This also limits our exposure
13
13
to a multitude of Linux varieties and provides a reproducible and secure environment for fuzzer
14
14
building and execution.
You can’t perform that action at this time.
0 commit comments