-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: suggest [email protected] for reporting security issues
Fixes golang#11402 Change-Id: I195575a54e30ad6d6b1d0996fde34c0163bbd2c2 Reviewed-on: https://go-review.googlesource.com/11530 Reviewed-by: Brad Fitzpatrick <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ When filing an issue, make sure to answer these five questions: | |
General questions should go to the [golang-nuts mailing list](https://groups.google.com/group/golang-nuts) instead of the issue tracker. | ||
The gophers there will answer or ask you to file an issue if you've tripped over a bug. | ||
|
||
Sensitive security-related issues should be reported to [[email protected]](mailto:[email protected]). | ||
|
||
## Contributing code | ||
|
||
Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,10 @@ <h3><a href="//golang.org/issue">Reporting issues</a></h3> | |
We pride ourselves on being meticulous; no issue is too small. | ||
</p> | ||
|
||
<p> | ||
Sensitive security-related issues should be reported to <a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
|
||
<h3><a href="/doc/contribute.html">Contributing code</a></h3> | ||
|
||
<p> | ||
|