Skip to content

Commit bfe6c61

Browse files
authored
Add SECURITY.md for vulnerability reporting guidelines
1 parent fcd3840 commit bfe6c61

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
If you discover a security vulnerability, please report it responsibly.
6+
7+
**Do not open a public issue.** Instead, email security concerns to the repository maintainer.
8+
9+
### What to Include
10+
11+
- Description of the vulnerability
12+
- Steps to reproduce
13+
- Potential impact
14+
- Suggested fix (if any)
15+
16+
### Response Timeline
17+
18+
- **Acknowledgment**: Within 48 hours
19+
- **Assessment**: Within 1 week
20+
- **Fix/Patch**: As soon as possible based on severity
21+
22+
## Supported Versions
23+
24+
| Version | Supported |
25+
|---|---|
26+
| Latest | Yes |
27+
| Older | No |
28+
29+
## Security Best Practices
30+
31+
- Never commit API keys, tokens, or credentials
32+
- Use environment variables for sensitive configuration
33+
- Keep dependencies updated
34+
- Report suspicious activity immediately

0 commit comments

Comments
 (0)