aboutsummaryrefslogtreecommitdiff
path: root/SECURITY.md
AgeCommit message (Collapse)Author
2023-09-22SECURITY.md: update the Reporting a Vulnerability linkMateusz Poliwczak
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org>
2022-04-26SECURITY.md: replace golang.org with go.devHana
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>
2019-09-26SECURITY.md: update go versionsDavor Kapsa
Change-Id: I59446965b198767af60d617da29b5c2e457829ba Reviewed-on: https://go-review.googlesource.com/c/go/+/197477 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-05-23SECURITY.md: add security fileBrad Fitzpatrick
This is now recognized and recommended by GitHub. Fixes #32201 Change-Id: Iafb5ef1b2bee5f021a711b0b758aaf6a74758c5d Reviewed-on: https://go-review.googlesource.com/c/go/+/178697 Reviewed-by: Ian Lance Taylor <iant@golang.org>