Skip to content

Commit a7ec352

Browse files
authored
docs: add SECURITY.md with vulnerability reporting policy (#303)
* docs: add SECURITY.md with vulnerability reporting policy * docs: update SECURITY.md to fix reporting channel
1 parent 4071cbc commit a7ec352

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The following versions of **DevCard** are currently supported with security updates:
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| main | ✅ Yes |
10+
11+
## Reporting a Vulnerability
12+
13+
If you discover a security vulnerability in **DevCard**, please **do not open a public issue**.
14+
15+
Instead, report it responsibly by:
16+
17+
- 📧 Reaching out to the maintainer directly via their [GitHub profile](https://github.com/Dev-Card)
18+
- 💬 Sending a private message through GitHub's messaging or social links listed in the profile
19+
20+
### What to include in your report:
21+
- A clear description of the vulnerability
22+
- Steps to reproduce the issue
23+
- Potential impact assessment
24+
- Any suggested fix (optional but appreciated)
25+
26+
## Response Timeline
27+
28+
| Action | Timeframe |
29+
| ----------------------------- | ----------------- |
30+
| Acknowledgement of report | Within 48 hours |
31+
| Status update | Within 7 days |
32+
| Patch / fix release | Within 30 days |
33+
34+
## Responsible Disclosure
35+
36+
We follow a **responsible disclosure** policy. Please give us adequate time to patch the issue before any public disclosure. We deeply appreciate security researchers who help keep **DevCard** safe. 🙏
37+
38+
## References
39+
40+
- [DevCard Repository](https://github.com/Dev-Card/DevCard)
41+
- [GitHub Security Advisories](https://docs.github.com/en/code-security/security-advisories)
42+
- [Adding a Security Policy to your repo](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository)

0 commit comments

Comments
 (0)