Skip to content

Commit 276cee1

Browse files
authored
Create SECURITY.md
1 parent d5db8f4 commit 276cee1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

SECURITY.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
During the `0.x.x` phase this software is assumed to be _insecure_. Per the license terms, this software comes with no warranty, express or implied. Use the software at your own risk. During this phase we will only accept Issues and Pull Requests for the latest _major_ + _minor_ + _patch_ version:
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 0.2.2 | :white_check_mark: |
10+
| 0.2.1 | :x: |
11+
| 0.1.x | :x: |
12+
| < 0.1 | :x: |
13+
14+
Beyond the first major release, Issues and Pull Requests will only be accepted for the latest _major_ + _minor_. This means prior majors and prior minors are _unsupported_:
15+
16+
| Version | Supported |
17+
| ------- | ------------------ |
18+
| 2.1.x | :white_check_mark: |
19+
| 2.0.x | :x: |
20+
| 1.0.x | :x: |
21+
| < 1.0 | :x: |
22+
23+
## Reporting a Vulnerability
24+
25+
If you discover a security vulnerability within the software, please report using the GitHub Security Advisory tool: https://github.com/keithamus/hdx/security/advisories/new.
26+
27+
Please do not raise a standard issue in the Issue tracker, as this information is public and may expose users to unecessary risk.

0 commit comments

Comments
 (0)