Skip to content

Commit 2860268

Browse files
authored
Create security policy following github's template (mongodb#5070)
Instructions copied from https://github.com/mongodb/mongo-ruby-driver#security-issues.
1 parent ebeec99 commit 2860268

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Use this section to tell people about which versions of your project are
6+
currently being supported with security updates.
7+
8+
| Version | Supported |
9+
| ------- | ------------------ |
10+
| 7.3 | :white_check_mark: |
11+
| 7.2 | :white_check_mark: |
12+
| 7.1 | :white_check_mark: |
13+
| 7.0 | :white_check_mark: |
14+
| < 7.0 | :x: |
15+
16+
## Reporting a Vulnerability
17+
18+
Please [follow the instructions here](https://docs.mongodb.com/manual/tutorial/create-a-vulnerability-report/)
19+
to report a vulnerability.

0 commit comments

Comments
 (0)