From b2b2e3fc98dbab68916b23f9920176384c95ace0 Mon Sep 17 00:00:00 2001 From: FadilRumasoreng <120550546+RumasorengFadil@users.noreply.github.com> Date: Tue, 21 Oct 2025 22:41:45 +0900 Subject: [PATCH] docs (security) : add clickable link to security reporting section (#8525) * docs (security) : add clickable link to security reporting section * fix(docs): use markdown link format for security section --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 366e5bd498..da8f903cb4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,4 +6,4 @@ We will investigate all legitimate reports and do our best to quickly fix the pr Our preference is that you make use of GitHub's private vulnerability reporting feature to disclose potential security vulnerabilities in our Open Source Software. -To do this, please visit the security tab of the repository and click the "Report a vulnerability" button. +To do this, please visit the security tab of the repository and click the [Report a vulnerability](https://github.com/shadcn-ui/ui/security/advisories/new) button.