Skip to content

Commit 81559af

Browse files
committed
doc: mention the anti-spam bypass in security.html
We had some issues with reports being marked as spam, so I added a filter to never mark as spam something that mentions the word "vulnerability". We get too much spam at that address to disable the filter entirely, so instead meantion the bypass in the docs. Change-Id: Idb4dabcf51a9dd8234a2d571cd020c970b0a582c Reviewed-on: https://go-review.googlesource.com/c/go/+/205538 Reviewed-by: Katie Hockman <[email protected]>
1 parent fb37821 commit 81559af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/security.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ <h3>Reporting a Security Bug</h3>
2424
</p>
2525

2626
<p>
27-
Please use a descriptive subject line for your report email.
27+
To ensure your report is not marked as spam, please include the word "vulnerability"
28+
anywhere in your email. Please use a descriptive subject line for your report email.
29+
</p>
30+
31+
<p>
2832
After the initial reply to your report, the security team will endeavor to keep
2933
you informed of the progress being made towards a fix and full announcement.
3034
These updates will be sent at least every five days.

0 commit comments

Comments
 (0)