diff --git a/SECURITY.md b/SECURITY.md index b76da78ce..dbce1b52a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ SPDX-License-Identifier: curl # Security Policy -See [SECURITY-PROCESS](docs/SECURITY-PROCESS.md) for full details. +Read our [Vulnerability Disclosure Policy](docs/VULN-DISCLOSURE-POLICY.md). ## Reporting a Vulnerability diff --git a/docs/Makefile.am b/docs/Makefile.am index 4220f121b..5454e8330 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -87,7 +87,6 @@ EXTRA_DIST = \ RUSTLS.md \ ROADMAP.md \ SECURITY-ADVISORY.md \ - SECURITY-PROCESS.md \ SSL-PROBLEMS.md \ SSLCERTS.md \ THANKS \ @@ -95,6 +94,7 @@ EXTRA_DIST = \ TheArtOfHttpScripting.md \ URL-SYNTAX.md \ VERSIONS.md \ + VULN-DISCLOSURE-POLICY.md \ WEBSOCKET.md MAN2HTML= roffit $< >$@ diff --git a/docs/SECURITY-PROCESS.md b/docs/VULN-DISCLOSURE-POLICY.md similarity index 98% rename from docs/SECURITY-PROCESS.md rename to docs/VULN-DISCLOSURE-POLICY.md index a4cda248c..3ce220329 100644 --- a/docs/SECURITY-PROCESS.md +++ b/docs/VULN-DISCLOSURE-POLICY.md @@ -1,7 +1,7 @@ -# curl security process +# curl vulnerability disclosure policy -This document describes how security vulnerabilities should be handled in the -curl project. +This document describes how security vulnerabilities are handled in the curl +project. ## Publishing Information