From 56904a49033b81b0d261ff014cd5ca3aac4beda3 Mon Sep 17 00:00:00 2001 From: Stefan Lasiewski Date: Mon, 20 Jun 2022 01:30:34 -0700 Subject: [PATCH] In SECURITY.md, fix broken link to RELEASES.md (#17019) Fix broken link to RELEASES.md Hyperlink for RELEASES.md points to https://github.com/goharbor/harbor/blob/master/RELEASES.md , which redirects to https://github.com/goharbor/harbor/blob/major/RELEASES.md , which is a 404. Fix with corrected link. Signed-off-by: Stefan Lasiewski --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index d810018ba..993244ff2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ Harbor is a large growing community devoted in creating a private enterprise-grade registry for all your cloud native assets. The community has adopted this security disclosure and response policy to ensure we responsibly handle critical issues. ## Supported Versions -The Harbor project maintains release branches for the three most recent minor releases. Applicable fixes, including security fixes, may be backported to those three release branches, depending on severity and feasibility. Please refer to [RELEASES.md](https://github.com/goharbor/harbor/blob/master/RELEASES.md) for details. +The Harbor project maintains release branches for the three most recent minor releases. Applicable fixes, including security fixes, may be backported to those three release branches, depending on severity and feasibility. Please refer to [RELEASES.md](https://github.com/goharbor/harbor/blob/main/RELEASES.md) for details. ## Reporting a Vulnerability - Private Disclosure Process Security is of the highest importance and all security vulnerabilities or suspected security vulnerabilities should be reported to Harbor privately, to minimize attacks against current users of Harbor before they are fixed. Vulnerabilities will be investigated and patched on the next patch (or minor) release as soon as possible. This information could be kept entirely internal to the project.