Skip to content

Commit 641e7b6

Browse files
authored
docs: add a security policy (#586)
* Add a security policy Having a security policy will allow people to provide security policy documentation to IT InfoSec teams making it easier to get Colima approved for use on employee laptops. * Update SECURITY.md
1 parent 1d3e117 commit 641e7b6

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+
Thanks for helping make Colima safe for everyone.
2+
3+
## Security
4+
5+
We take the security of Colima seriously.
6+
7+
We will ensure that your finding gets passed along to the appropriate maintainers for remediation.
8+
9+
## Reporting Security Issues
10+
11+
If you believe you have found a security vulnerability in this repository, please report it to us through coordinated disclosure.
12+
13+
**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.**
14+
15+
Instead, please send an email to git[@]abiosoft.com.
16+
17+
Please include as much of the information listed below as you can to help us better understand and resolve the issue:
18+
19+
* The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting)
20+
* Full paths of source file(s) related to the manifestation of the issue
21+
* The location of the affected source code (tag/branch/commit or direct URL)
22+
* Any special configuration required to reproduce the issue
23+
* Step-by-step instructions to reproduce the issue
24+
* Proof-of-concept or exploit code (if possible)
25+
* Impact of the issue, including how an attacker might exploit the issue
26+
27+
This information will help us triage your report more quickly.

0 commit comments

Comments
 (0)