From 7ae805765959c449bf350c2906440141d07cf661 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 8 Nov 2021 12:20:27 -0500 Subject: [PATCH] _content: add id links to security.html headings Right now temporary ids like tmp_1 are being generated. Put in something that will be more stable. Change-Id: Ice223159dab1bdba4fa7126502a727c358bf3c52 Reviewed-on: https://go-review.googlesource.com/c/website/+/362117 Trust: Russ Cox Run-TryBot: Russ Cox TryBot-Result: Go Bot Website-Publish: Russ Cox Reviewed-by: Heschi Kreinick --- _content/security.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_content/security.html b/_content/security.html index 31b6c026..316cb91c 100644 --- a/_content/security.html +++ b/_content/security.html @@ -2,14 +2,14 @@ "Title": "Go Security Policy" }--> -

Overview

+

Overview

This document explains the Go Security team's process for handling issues reported and what to expect in return.

-

Reporting a Security Bug

+

Reporting a Security Bug

All security bugs in the Go distribution should be reported by email to @@ -31,7 +31,7 @@ security@golang.org.

-

Tracks

+

Tracks

Depending on the nature of your issue, it will be categorized by the Go @@ -39,7 +39,7 @@ security issues will be issued CVE numbers.

-

PUBLIC

+

PUBLIC

Issues in the PUBLIC track affect niche configurations, have very limited impact, or are already widely known. @@ -85,7 +85,7 @@ -

PRIVATE

+

PRIVATE

Issues in the PRIVATE track are violations of committed security properties. @@ -135,7 +135,7 @@ -

URGENT

+

URGENT

URGENT track issues are a threat to the Go ecosystem’s integrity, or are being @@ -150,7 +150,7 @@ with no pre-announcement.

-

Flagging Existing Issues as Security-related

+

Flagging Existing Issues as Security-related

If you believe that an existing issue @@ -160,7 +160,7 @@ according to this security policy.

-

Disclosure Process

+

Disclosure Process

The Go project uses the following disclosure process:

@@ -207,7 +207,7 @@ .

-

Receiving Security Updates

+

Receiving Security Updates

The best way to receive security announcements is to subscribe to the @@ -218,7 +218,7 @@ with [security].

-

Comments on This Policy

+

Comments on This Policy

If you have any suggestions to improve this policy, please