Skip to content

Commit b91e9b7

Browse files
authored
chore: revise security policy
Updated the security policy to clarify supported versions and reporting process.
1 parent 5890fa6 commit b91e9b7

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

SECURITY.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,35 @@
22

33
## Supported Versions
44

5-
Use this section to tell people about which versions of your project are
6-
currently being supported with security updates.
5+
The following table lists the versions of our project that are currently supported with security updates.
76

87
| Version | Supported |
98
| ------- | ------------------ |
10-
| 1.x | :white_check_mark: |
11-
| < 1 | :x: |
9+
| 1.x | :white_check_mark: |
10+
| < 1.0 | :x: |
11+
12+
We strongly recommend keeping your installation up to date with the latest stable release to ensure you receive all security patches and improvements.
1213

1314
## Reporting a Vulnerability
1415

15-
Use this section to tell people how to report a vulnerability.
16+
If you discover a security vulnerability, we greatly appreciate your help in responsibly disclosing it.
17+
18+
To report a potential issue, please contact our security team at:
19+
20+
21+
22+
When reporting, please include as much detail as possible:
23+
24+
* Steps to reproduce the vulnerability
25+
* Potential impact or risk level
26+
* Any relevant code snippets or configurations
27+
28+
You can expect:
29+
30+
* **Initial acknowledgment** within **48 hours**
31+
* **Regular updates** (at least weekly) on the status of your report
32+
* **Notification** once the issue is verified, mitigated, or resolved
33+
34+
If the vulnerability is confirmed, we will prioritize it for patching and release a fix as soon as possible. If it is not accepted as a valid security issue, we will explain our reasoning clearly.
1635

17-
Tell them where to go, how often they can expect to get an update on a
18-
reported vulnerability, what to expect if the vulnerability is accepted or
19-
declined, etc.
36+
Thank you for helping us keep our project and community secure.

0 commit comments

Comments
 (0)