aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2019-08-21 09:59:06 -0700
committerGitHub <noreply@github.com>2019-08-21 09:59:06 -0700
commita0b039e7f96da777fd00117a22d5cb42d9a49472 (patch)
tree564da28e78646a39653d4b0117dc4e75c9ee570c /docs/getting-started
parent0e69f9c5edd16e2559bd29981abb017c8f8a2918 (diff)
downloadoss-fuzz-a0b039e7f96da777fd00117a22d5cb42d9a49472.tar.gz
Add documentation for vendor_ccs. (#2734)
* Add documentation for vendor_ccs. * Address review comments.
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/new_project_guide.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/getting-started/new_project_guide.md b/docs/getting-started/new_project_guide.md
index d0c0315df..0c548a062 100644
--- a/docs/getting-started/new_project_guide.md
+++ b/docs/getting-started/new_project_guide.md
@@ -76,6 +76,7 @@ This configuration file stores project metadata. The following attributes are su
- [homepage](#homepage)
- [primary_contact](#primary)
- [auto_ccs](#primary)
+- [vendor_ccs](#vendor) (optional)
- [sanitizers](#sanitizers) (optional)
- [architectures](#architectures) (optional)
- [help_url](#help_url) (optional)
@@ -87,6 +88,14 @@ You project's homepage.
The primary contact and list of other contacts to be CCed. Each person listed gets access to ClusterFuzz, including crash reports and fuzzer statistics, and are auto-cced on new bugs filed in the OSS-Fuzz
tracker. If you're a primary or a CC, you'll need to use a [Google account](https://support.google.com/accounts/answer/176347?hl=en) to get full access. ([why?]({{ site.baseurl }}/faq/#why-do-you-require-a-google-account-for-authentication)).
+### vendor_ccs (optional) {#vendor}
+The list of vendor email addresses that are downstream consumers of the project and want access to
+the bug reports as they are filed.
+
+Any changes to this list must follow these rules:
+- Approved by the project maintainer (e.g. comment on pull request, reply on project mailing list).
+- An organization email address is used.
+
### sanitizers (optional) {#sanitizers}
The list of sanitizers to use. If you don't specify a list, `sanitizers` uses a default list of supported
sanitizers (currently ["address"](https://clang.llvm.org/docs/AddressSanitizer.html) and