-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add SECURITY.md and add .DS_Store in gitignore * feat: add code of conduct.md * Update CODE_OF_CONDUCT.md 更新邮件地址 --------- Co-authored-by: Mark Chan <[email protected]>
- Loading branch information
1 parent
c5f2497
commit d19a128
Showing
3 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# 行为准则 | ||
|
||
## 承诺 | ||
|
||
作为参与者、贡献者和维护者,我们致力于创造一个友好、尊重和包容的社区环境。我们尊重彼此的差异,并努力使每个人都感到受到尊重和包容。 | ||
|
||
## 标准 | ||
|
||
以下是我们社区中期望的行为准则: | ||
|
||
### 友好和包容 | ||
|
||
我们欢迎所有人参与我们的社区,不论其经验水平、性别、性别认同和表达、性取向、残疾、个人外貌、身体大小、种族、国籍、年龄、宗教或其他因素。 | ||
|
||
### 尊重 | ||
|
||
我们尊重不同的观点和经验。对他人的意见、评论、合作和批评的回应应该以建设性和友好的方式表达。 | ||
|
||
### 合作 | ||
|
||
我们鼓励团队合作,努力共同实现项目的目标。我们欢迎新的想法和贡献,并愿意接受建设性的反馈。 | ||
|
||
### 互助 | ||
|
||
我们鼓励社区成员相互帮助。如果有人遇到问题或需要帮助,我们将尽力提供支持。 | ||
|
||
## 不可接受的行为 | ||
|
||
以下是社区中不可接受的行为: | ||
|
||
- 使用攻击性语言 | ||
- 非理性或不适当的批评 | ||
- 骚扰他人,包括但不限于性骚扰 | ||
- 发布他人的私人信息,例如地址或联系方式 | ||
- 不断中断或阻碍他人参与 | ||
- 任何其他违反社区价值观的行为 | ||
|
||
## 责任 | ||
|
||
维护者有责任澄清和强制执行本行为准则。不遵守行为准则的行为,可能会导致暂时或永久性的社区排除。 | ||
|
||
## 反馈 | ||
|
||
如果您遇到任何不尊重的行为或有任何其他担忧,请立即联系 [项目维护者的邮件地址](mailto:[email protected])。所有投诉都将得到认真调查和回应。 | ||
|
||
## 勇气声明 | ||
|
||
此行为准则是为了创建一个友好、尊重和包容的社区,我们鼓励社区成员积极参与、互相支持,共同创造积极的环境。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 安全政策 | ||
|
||
## 报告漏洞 | ||
|
||
如果您发现了安全问题,请发送电子邮件至 [项目维护者的邮件地址](mailto:[email protected])。请不要在 GitHub 问题中提出安全问题。 | ||
|
||
您的邮件将尽快得到回应,我们会与您合作解决问题。我们致力于及时响应并修复所有安全漏洞。 | ||
|
||
## 安全性实践 | ||
|
||
我们致力于确保项目的安全性,采取了一系列措施来保护用户和贡献者的安全。这些措施包括: | ||
|
||
- **代码审查:** 所有提交的代码都经过仔细审查,以确保其质量和安全性。 | ||
- **持续集成:** 我们会使用持续集成工具来自动构建和测试项目,以确保每次更改都不会引入新的安全问题。 | ||
- **最小权限原则:** 我们会在必要时最小化代码和系统的权限,以减少潜在的攻击面。 | ||
|
||
## 漏洞处理流程 | ||
|
||
1. 我们收到您的漏洞报告后,将尽快进行确认。 | ||
2. 我们会与您合作,确保我们完全理解漏洞,并在可能的情况下提供修复方案。 | ||
3. 一旦修复准备就绪,我们将通知您并请求您验证漏洞是否已解决。 | ||
4. 一旦漏洞得到解决并验证,我们将准备一个安全发布,将修复推送到正式版本中。 | ||
|
||
## 社区参与 | ||
|
||
我们鼓励社区参与和反馈。如果您发现任何与安全性有关的问题或有改进建议,请随时向我们报告。 | ||
|
||
感谢您的贡献和关注保护项目的安全性。 |