diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..8f9e9f4 --- /dev/null +++ b/SECURITY.md @@ -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 + + + + + + +### 版本信息 Version Info + +- 影梭版本 GoGoGo Version : +- 系统版本 OS Version : + + + + +### 复现步骤 Steps to Reproduce + +1. +2. + + + +``` + +我们将努力尽快做出回复。感谢您的贡献! +We'll endeavor to respond quickly. Thanks for your contribution.