Create SECURITY.md

This commit is contained in:
ZCShou 2022-06-19 15:04:55 +08:00 committed by GitHub
parent 9aa508b1c1
commit c47d419070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

49
SECURITY.md Normal file
View File

@ -0,0 +1,49 @@
# 安全策略 Security Policy
## 支持的版本 Supported Versions
如果您当前正在使用一个不受支持的版本,请先升级到一个受支持的新版本。新版本可能已经修复了您发现的安全问题
If you are using an old unsupported version, please update to an new supported version. Maybe the new version has fixed the vulnerability.
| Version | Supported |
| ------- | ------------------ |
| 1.10.x | :white_check_mark: |
| < 1.10 | :x: |
## 报告漏洞 Reporting a Vulnerability
团队和社区非常重视影梭中的安全问题。感谢您为负责任地披露您的发现所做的努力。
The team and community take security issues in GoGoGo seriously. We appreciate your efforts to responsibly disclose your findings.
如果您发现了任何安全漏洞,请给 zcsexp@gmail.com 发送邮件。邮件标题为 `[SECURITY][影梭] xxxxx`, 内容如下所示:
To report a security issue, email to zcsexp@gmail.com. The mail title should be `[SECURITY][GoGoGo] xxxxx` and content reference below.
```
### 问题描述 Bug description
<!-- 请在上方详细地描述问题,然后删除该注释。 -->
<!-- Please describe the bug in detail above, then delete this comment. -->
### 版本信息 Version Info
- 影梭版本 GoGoGo Version :
- 系统版本 OS Version :
<!-- 请在上方描述出问题的影梭版本及使用的系统版本,然后删除该注释。 -->
<!-- Please describe version of GoGoGo and used OS above, then delete this comment. -->
### 复现步骤 Steps to Reproduce
1.
2.
<!-- 请在上方描述如何复现该问题,然后删除该注释。 -->
<!-- Please describe how to reproduce the bug, then delete this comment. -->
```
我们将努力尽快做出回复。感谢您的贡献!
We'll endeavor to respond quickly. Thanks for your contribution.