Skip to content

Commit 9725acf

Browse files
robnester-rhclaude
andcommitted
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 <noreply@anthropic.com> Ref: EC-2134
1 parent 5d54866 commit 9725acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Reporting a Vulnerability
1010

1111
To report a security issue, please click on the "Report a vulnerability" button from the "Security" tab.
12-
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).
12+
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).
1313

1414
The maintainers will respond within 3 working days of the report.
1515
If the issue is confirmed as a vulnerability, we will open a Security Advisory.

0 commit comments

Comments
 (0)