diff options
Diffstat (limited to 'docs/faq.md')
-rw-r--r-- | docs/faq.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.md b/docs/faq.md index 980c1d2b..33b856c1 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -3,8 +3,8 @@ ## Why do you use a [different issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) for reporting bugs in fuzz targets? Security access control is important for the kind of issues that OSS-Fuzz detects. -We will reconsider github issue tracker once there are access control -features available. +We will reconsider github issue tracker once the +[access control feature](https://github.com/isaacs/github/issues/37) is available. ## Why do you use Docker? |