From: Francesc Campoy
Date: Fri, 22 Apr 2016 23:27:34 +0000 (-0700)
Subject: doc: mention security from contribution guidelines
X-Git-Tag: go1.7beta1~519
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ba966f5d891191450f286859c35bf8a7fa49cde2;p=gostls13.git
doc: mention security from contribution guidelines
Fixes #15413
Change-Id: I837a391276eed565cf66d3715ec68b7b959ce143
Reviewed-on: https://go-review.googlesource.com/22390
Reviewed-by: Andrew Gerrand
---
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 written and tested your code.
see Contributing to gccgo.)
+
+Sensitive security-related issues should be reported to security@golang.org.
+
+
Discuss your design