From: Daniel Stenberg Date: Thu, 14 Sep 2023 14:41:19 +0000 (+0200) Subject: SECURITY-PROCESS.md. call it vulnerability disclosure policy X-Git-Tag: curl-8_4_0~201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46d4ae5e11fa42e57e8565fa864bb146061f9f32;p=thirdparty%2Fcurl.git SECURITY-PROCESS.md. call it vulnerability disclosure policy SECURITY-PROCESS.md -> VULN-DISCLOSURE-POLICY.md This a name commonly used for a document like this. This name helps users find it. Closes #11852 --- diff --git a/SECURITY.md b/SECURITY.md index b76da78cea..dbce1b52ac 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 4220f121b6..5454e83303 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 a4cda248cf..3ce2203291 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