From ce62f0f9a1d17bf2c6b939aab4089f7b89cde27c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 7 Sep 2025 12:32:54 +0200 Subject: [PATCH] VULN-DISCLOSURE-POLICY: make it pass test 1275 ``` test 1275...[Verify capital letters after period in markdown files] ../../docs/VULN-DISCLOSURE-POLICY.md:426:55:error: lowercase daily after period * regular communication from communication leader (ex. daily update) ``` Ref: https://github.com/curl/curl/actions/runs/17527331816/job/49779555753?pr=18485 Also: add ending slashes to 2 URLs. Follow-up to 6905370df5fcf2b0d0fc443448d17fc98113b067 #18483 Closes #18486 --- docs/VULN-DISCLOSURE-POLICY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/VULN-DISCLOSURE-POLICY.md b/docs/VULN-DISCLOSURE-POLICY.md index b32b3d3f40..bb2b67756c 100644 --- a/docs/VULN-DISCLOSURE-POLICY.md +++ b/docs/VULN-DISCLOSURE-POLICY.md @@ -385,12 +385,12 @@ The curl **major incident** process is as follows: Only a member of the **curl-security** team can declare a **major incident** via any or all of the following communication channels: -* **irc**: channel #curl on the network [Libera.Chat](https://libera.chat) +* **irc**: channel #curl on the network [Libera.Chat](https://libera.chat/) * **mailing-lists**: * curl-announce * curl-users * curl-distros -* **website**: [curl.se](https://curl.se) +* **website**: [curl.se](https://curl.se/) This declaration may also be transmitted via other channels, though the above are considered official channels. @@ -423,7 +423,7 @@ Existing vulnerability disclosure process are followed for any embargoes and fixes. Where possible, public communication are provided: -* regular communication from communication leader (ex. daily update) +* regular communication from communication leader (for example daily update) * asynchronous communication from incident leader * Delivered to the aforementioned curl communication channels. -- 2.47.3