From 54f78cf8f1b8deea787803aeff5fb6150d7fac8f Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Fri, 22 Sep 2023 13:53:22 +0000 Subject: [PATCH] SECURITY.md: update the Reporting a Vulnerability link The https://go.dev/security is about: "This page provides resources for Go developers to improve security for their projects.", https://go.dev/security/policy is about Go Security Policy. go.dev/security links to go.dev/security/policy, but I think it is better to link directly to go.dev/security/policy in this case. Change-Id: Ic6515961dc48055236bb06cc814072caa10a8f54 GitHub-Last-Rev: 37ac8ab440a42679833b67ce96b7fd19ecac6ca3 GitHub-Pull-Request: golang/go#63163 Reviewed-on: https://go-review.googlesource.com/c/go/+/530119 LUCI-TryBot-Result: Go LUCI Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Reviewed-by: Roland Shoemaker --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index ab608f3af5..e1718f0b01 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,4 +10,4 @@ part of that page. ## Reporting a Vulnerability -See https://go.dev/security for how to report a vulnerability. +See https://go.dev/security/policy for how to report a vulnerability. -- 2.44.0