aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHana <hyangah@gmail.com>2022-04-26 10:38:11 -0400
committerHyang-Ah Hana Kim <hyangah@gmail.com>2022-04-26 19:59:47 +0000
commita0f77e56b7a7ecb92dca3e2afdd56ee773c2cb07 (patch)
tree9770c5fad506dd2a2f2663dfead242e8abe8f512
parentba7f3d98d41f01291dd831e618736b02a79ef27a (diff)
downloadgo-a0f77e56b7a7ecb92dca3e2afdd56ee773c2cb07.tar.gz
go-a0f77e56b7a7ecb92dca3e2afdd56ee773c2cb07.zip
SECURITY.md: replace golang.org with go.dev
Change-Id: Ic0e882fc6666c9adcd5f2dffc96e201f3146fa0f Reviewed-on: https://go-review.googlesource.com/c/go/+/402180 Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
-rw-r--r--SECURITY.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/SECURITY.md b/SECURITY.md
index 9e92e8b1ea..ab608f3af5 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -2,12 +2,12 @@
## Supported Versions
-We support the past two Go releases (for example, Go 1.12.x and Go 1.13.x).
+We support the past two Go releases (for example, Go 1.17.x and Go 1.18.x when Go 1.18.x is the latest stable release).
-See https://golang.org/wiki/Go-Release-Cycle and in particular the
-[Release Maintenance](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance)
+See https://go.dev/wiki/Go-Release-Cycle and in particular the
+[Release Maintenance](https://go.dev/wiki/Go-Release-Cycle#release-maintenance)
part of that page.
## Reporting a Vulnerability
-See https://golang.org/security for how to report a vulnerability.
+See https://go.dev/security for how to report a vulnerability.