From 088f0332a3d7d071f4db13dbbb6760b042958621 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Wed, 6 May 2026 07:00:14 -0400 Subject: [PATCH 1/2] Fix formatting in `SECURITY.md` for clarity in vulnerability reporting instructions. --- SECURITY.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index b25add4..e6da745 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,9 @@ Use the GitHub Security Advisories feature in the affected repository to report vulnerabilities privately: -1. Navigate to the affected repository (for example, `https://github.com/yii2-extensions/repository`, replacing `repository` - with the affected repository). +1. Navigate to the affected repository (for example, `https://github.com/yii2-extensions/`, replacing + `` with the affected repository). + the affected repository). 2. Go to the **Security** tab. 3. Click **Report a vulnerability**. 4. Provide a detailed description including steps to reproduce, impact, and any suggested fix. From 1ecd364955c822370f63aec349731a00fa9d0141 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Wed, 6 May 2026 07:11:30 -0400 Subject: [PATCH 2/2] Apply fixed Coderabbitai review. --- SECURITY.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index e6da745..b793a83 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,9 +6,8 @@ Use the GitHub Security Advisories feature in the affected repository to report vulnerabilities privately: -1. Navigate to the affected repository (for example, `https://github.com/yii2-extensions/`, replacing +1. Navigate to the affected repository (for example, `https://github.com/php-forge/`, replacing `` with the affected repository). - the affected repository). 2. Go to the **Security** tab. 3. Click **Report a vulnerability**. 4. Provide a detailed description including steps to reproduce, impact, and any suggested fix.