[#12] Add SECURITY.md
Some checks failed
/ Vulncheck (pull_request) Failing after 58s
/ Builds (1.19) (pull_request) Failing after 1m27s
/ Builds (1.20) (pull_request) Failing after 1m26s
/ Lint (pull_request) Failing after 1m58s
/ Tests (1.19) (pull_request) Successful in 1m21s
/ Tests (1.20) (pull_request) Successful in 1m25s
/ DCO (pull_request) Failing after 11s
Some checks failed
/ Vulncheck (pull_request) Failing after 58s
/ Builds (1.19) (pull_request) Failing after 1m27s
/ Builds (1.20) (pull_request) Failing after 1m26s
/ Lint (pull_request) Failing after 1m58s
/ Tests (1.19) (pull_request) Successful in 1m21s
/ Tests (1.20) (pull_request) Successful in 1m25s
/ DCO (pull_request) Failing after 11s
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
This commit is contained in:
parent
cc9fc691ae
commit
13bd798a77
1 changed files with 26 additions and 0 deletions
26
SECURITY.md
Normal file
26
SECURITY.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Security Policy
|
||||
|
||||
|
||||
## How To Report a Vulnerability
|
||||
|
||||
If you think you have found a vulnerability in this repository, please report it to us through coordinated disclosure.
|
||||
|
||||
**Please do not report security vulnerabilities through public issues, discussions, or change requests.**
|
||||
|
||||
Instead, you can report it using one of the following ways:
|
||||
|
||||
* Contact the [TrueCloudLab Security Team](mailto:security@frostfs.info) via email
|
||||
|
||||
Please include as much of the information listed below as you can to help us better understand and resolve the issue:
|
||||
|
||||
* The type of issue (e.g., buffer overflow, or cross-site scripting)
|
||||
* Affected version(s)
|
||||
* Impact of the issue, including how an attacker might exploit the issue
|
||||
* Step-by-step instructions to reproduce the issue
|
||||
* The location of the affected source code (tag/branch/commit or direct URL)
|
||||
* Full paths of source file(s) related to the manifestation of the issue
|
||||
* Any special configuration required to reproduce the issue
|
||||
* Any log files that are related to this issue (if possible)
|
||||
* Proof-of-concept or exploit code (if possible)
|
||||
|
||||
This information will help us triage your report more quickly.
|
Reference in a new issue