From 9725acf75de5758edd08f513a5fd87c6b92b3758 Mon Sep 17 00:00:00 2001 From: Rob Nester Date: Tue, 1 Sep 2026 09:25:34 -0400 Subject: [PATCH] docs: fix malformed link in SECURITY.md reporting instructions The "instructions" link contained a nested, duplicated URL (`[instructions]([url](URL)URL)`) that rendered broken. Correct it to a normal `[instructions](URL)` pointing at GitHub's private vulnerability-reporting guide. Co-Authored-By: Claude Ref: EC-2134 --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 56d2af3..3199886 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ ## Reporting a Vulnerability To report a security issue, please click on the "Report a vulnerability" button from the "Security" tab. -See detailed [instructions]([url](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability)https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability). +See detailed [instructions](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability). The maintainers will respond within 3 working days of the report. If the issue is confirmed as a vulnerability, we will open a Security Advisory.