Skip to content

Commit 4b24e59

Browse files
committed
chore: add security.md
1 parent 1079824 commit 4b24e59

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

SECURITY.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
I take the security of my Nuxt modules seriously. If you believe you've found a security vulnerability, please follow these steps:
6+
7+
### Option 1: GitHub Security Advisory
8+
9+
1. Go to the GitHub repository of the affected module
10+
2. Navigate to "Security" tab
11+
3. Select "Report a vulnerability"
12+
4. Provide a detailed description of the vulnerability
13+
14+
### Option 2: Email
15+
16+
Alternatively, you can email security concerns directly to:
17+
18+
19+
## What to Include in Your Report
20+
21+
Please include:
22+
23+
- Description of the vulnerability
24+
- Steps to reproduce
25+
- Potential impact
26+
- Any possible mitigations you've identified
27+
28+
## Response Process
29+
30+
When a vulnerability is reported:
31+
32+
1. I will acknowledge receipt within 48 hours
33+
2. I will validate and investigate the report
34+
3. I will work on a fix and coordinate the release process
35+
4. After the fix is released, I will acknowledge your contribution (if desired)
36+
37+
## Scope
38+
39+
This security policy applies to all my Nuxt modules as published on npm.
40+
41+
Thank you for helping keep the Nuxt ecosystem secure!

0 commit comments

Comments
 (0)