From 37ac8ab440a42679833b67ce96b7fd19ecac6ca3 Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Fri, 22 Sep 2023 15:37:51 +0200 Subject: [PATCH] SECURITY.md: change the Reporting a Vulnerability link to go.dev/security/policy The go.dev/security is about: "This page provides resources for Go developers to improve security for their projects." 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: Ief45da000ddeba44291a5d21f80f5c93ef8dc67b --- 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.