Skip to content

Commit 3815c24

Browse files
Merge pull request #2851 from lighting9999/patch-2
Create SECURITY.md
2 parents 0997a7b + 7888857 commit 3815c24

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

SECURITY.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The project is currently at version **0.1**.
6+
It was initially compatible with **Python 3.6+ ~ 3.13.7**,
7+
but going forward we are migrating to **Python 3.9+** as the minimum supported version.
8+
9+
| Version | Supported | Notes |
10+
| ------- | ------------------ | ------------------------------------------ |
11+
| 0.1.x | :white_check_mark: | Supported on Python 3.9+ (migration target) |
12+
| < 0.1 | :x: | Not supported |
13+
14+
| Python Version | Supported | Notes |
15+
| -------------- | ------------------ | -------------------------- |
16+
| 3.13.x | :white_check_mark: | Supported |
17+
| 3.12.x | :white_check_mark: | Supported |
18+
| 3.11.x | :white_check_mark: | Supported |
19+
| 3.10.x | :white_check_mark: | Supported |
20+
| 3.9.x | :white_check_mark: | Minimum required version |
21+
| 3.6–3.8 | :x: | Deprecated (no longer supported) |
22+
23+
---
24+
25+
## Reporting a Vulnerability
26+
27+
To report a security vulnerability:
28+
29+
- Please open a **private security advisory** through GitHub Security Advisories
30+
(Repository → Security → Advisories → Report a vulnerability).
31+
- You will receive an initial response within **7 days**.
32+
- If the vulnerability is accepted, we will provide a patch or mitigation plan.
33+
- If declined, we will explain the reasoning in detail.

0 commit comments

Comments
 (0)