Skip to content

Commit c755c7e

Browse files
committed
docs(security): add SECURITY.md with vulnerability disclosure policy
- Introduce a security policy describing supported versions - Define responsible vulnerability reporting process - Provide contact channel for private security reports - Align repository with standard open-source security practices This prepares the project for public distribution and improves security transparency for the Maatify ecosystem.
1 parent 36f7979 commit c755c7e

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The following versions of **Maatify SharedCommon** are currently supported with security updates.
6+
7+
| Version | Supported |
8+
|--------|-----------|
9+
| 1.x | ✅ Yes |
10+
| < 1.0 | ❌ No |
11+
12+
---
13+
14+
## Reporting a Vulnerability
15+
16+
If you discover a security vulnerability in this project, please report it responsibly.
17+
18+
Please **DO NOT open a public GitHub issue** for security vulnerabilities.
19+
20+
Instead, report it privately via email:
21+
22+
support@maatify.com
23+
24+
Include the following information when possible:
25+
26+
- Description of the vulnerability
27+
- Steps to reproduce
28+
- Potential impact
29+
- Suggested mitigation (if available)
30+
31+
We will acknowledge receipt of your report as soon as possible and work to address the issue.
32+
33+
---
34+
35+
## Disclosure Policy
36+
37+
Once a vulnerability is confirmed:
38+
39+
1. A fix will be prepared and tested.
40+
2. A patched version will be released.
41+
3. Security advisories will be published when appropriate.
42+
43+
We appreciate responsible disclosure that helps keep the ecosystem safe.

0 commit comments

Comments
 (0)