diff options
author | Francesc Campoy <campoy@golang.org> | 2016-04-22 16:27:34 -0700 |
---|---|---|
committer | Francesc Campoy Flores <campoy@golang.org> | 2016-04-23 00:01:22 +0000 |
commit | ba966f5d891191450f286859c35bf8a7fa49cde2 (patch) | |
tree | a397febc35b512483f41a2ebd941b7e783502552 | |
parent | f058ab09fb14afe3a51b880a6895b96aa3e07c85 (diff) | |
download | go-git-ba966f5d891191450f286859c35bf8a7fa49cde2.tar.gz |
doc: mention security from contribution guidelines
Fixes #15413
Change-Id: I837a391276eed565cf66d3715ec68b7b959ce143
Reviewed-on: https://go-review.googlesource.com/22390
Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r-- | doc/contribute.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index 59b3d20a51..1cd6f37d34 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -16,6 +16,10 @@ have <a href="code.html">written and tested your code</a>. see <a href="gccgo_contribute.html">Contributing to gccgo</a>.) </p> +<p> +Sensitive security-related issues should be reported to <a href="mailto:security@golang.org">security@golang.org</a>. +</p> + <h2 id="Design">Discuss your design</h2> <p> |