Skip to content

Commit 0e1f3ec

Browse files
committed
docs: Define a security policy.
1 parent edf0671 commit 0e1f3ec

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

SECURITY.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Security Policy
2+
3+
<!--
4+
## Supported Versions
5+
6+
Use this section to tell people about which versions of your project are
7+
currently being supported with security updates.
8+
9+
| Version | Supported |
10+
| ------- | ------------------ |
11+
| 5.1.x | :white_check_mark: |
12+
| 5.0.x | :x: |
13+
| 4.0.x | :white_check_mark: |
14+
| < 4.0 | :x: |
15+
-->
16+
17+
## Reporting a Vulnerability
18+
19+
If you believe you have found a legitimate security vulnerability, please report it to <ryan@ryanparman.com>.
20+
21+
There is no bounty program, and there are no payments for discovering/reporting security vulnerabilities, but we **all** benefit from software that is more secure. Happy to provide public thanks once the issue has been resolved.
22+
23+
What I need is:
24+
25+
* An explanation of the bug.
26+
* A minimum viable reproduction case which triggers the issue.
27+
* What you expected to happen.
28+
* What actually happened.
29+
* [OPTIONAL] A suggested patch attached as a .diff file, if you have one.
30+
31+
I don't check my email every day, and I get LOTS of email. It may take me up to a week to discover your message. I will respond as soon as I see your message and confirm that I can reproduce the issue.
32+
33+
Thank you for participating in the _responsible disclosure_ of security vulnerabilities.

0 commit comments

Comments
 (0)