Skip to content

Commit f6415c7

Browse files
rolandshoemakergopherbot
authored andcommitted
_content/security: explain why no severity labels
Change-Id: I8ba0a75b9f0aecfafa923925c2533c166fa3f169 Reviewed-on: https://go-review.googlesource.com/c/website/+/536316 Reviewed-by: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> Auto-Submit: Roland Shoemaker <[email protected]>
1 parent 9776b43 commit f6415c7

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

_content/doc/security/policy.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ with the progress until resolution. Your issue will be fixed or made public
2424
within 90 days.
2525

2626
If you have not received a reply to your email within 7 days, please follow up
27-
with the Go security team again at
27+
with the Go Security team again at
2828
[[email protected]](mailto:[email protected]). Please make sure the word
2929
**vulnerability** is in your email.
3030

@@ -37,9 +37,25 @@ report a technical security or an abuse risk related bug in a Google product
3737
## Tracks
3838

3939
Depending on the nature of your issue, it will be categorized by the Go
40-
security team as an issue in the PUBLIC, PRIVATE, or URGENT track. All security
40+
Security team as an issue in the PUBLIC, PRIVATE, or URGENT track. All security
4141
issues will be issued CVE numbers.
4242

43+
The Go Security team does not assign traditional fine-grained severity labels
44+
(e.g CRITICAL, HIGH, MEDIUM, LOW) to security issues because severity depends
45+
highly on how a user is using the affected API or functionality.
46+
47+
For example, the impact of a resource exhaustion issue in the `encoding/json`
48+
parser depends on what is being parsed. If the user is parsing trusted JSON
49+
files from their local filesystem, the impact is likely to be low. If the user
50+
is parsing untrusted arbitrary JSON from an HTTP request body, the impact may be
51+
much higher.
52+
53+
That said, the following issue tracks do signal how severe and/or wide-reaching
54+
the Security team believes an issue to be. For example, an issue with medium to
55+
significant impact for many users is a PRIVATE track issue in this policy, and
56+
an issue with negligible to minor impact, or which affects only a small subset
57+
of users, is a PUBLIC track issue.
58+
4359
### PUBLIC
4460

4561
Issues in the PUBLIC track affect niche configurations, have very limited

0 commit comments

Comments
 (0)