From 3de71fb90cc79be15cdb1529d91e852a0bef8b1e Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 18 Nov 2016 16:55:22 -0800 Subject: [PATCH] Update faq.md --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 980c1d2b8..33b856c12 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?