10000 Add security policy. · mysql-net/MySqlConnector@15396fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 15396fa

Browse files
authored
Add security policy.
1 parent e5a5ed8 commit 15396fa

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

SECURITY.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
| ------- | ------------------ |
7+
| 2.4.0 | :white_check_mark: |
8+
| 2.3.7 | :white_check_mark: |
9+
| 2.2.7 | :x: |
10+
| 2.1.13 | :x: |
11+
| 2.0.0 | :x: |
12+
| < 2.0 | :x: |
13+
14+
15+
## Reporting a Vulnerability
16+
17+
You can [report a vulnerability through GitHub](https://github.com/mysql-net/MySqlConnector/security).
18+
19+
Your report will be acknowledged within 5 days and you will receive a more detailed response outlining the next steps in handling your submission.
20+
21+
Please include the information listed below to help better understand the nature and scope of the possible issue:
22+
23+
* Type of issue (e.g. SQL injection, data leakage, etc.)
24+
* Full paths of the files related to the issue
25+
* Step by step instructions to reproduce the issue
26+
* Proof of concept or exploit code (if possible)
27+
* Impact of the issue

0 commit comments

Comments
 (0)
0