Skip to content

Commit 6589615

Browse files
Merge pull request #316 from cyberchen1995/master
fix: update contact email to opensca@xmirror.cn across multiple documents
2 parents 7361552 + 193778a commit 6589615

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Add WeChat for further consults is also an option:
323323
324324
Our QQ Group: 832039395
325325
326-
Mailbox: opensca@anpro-tech.com
326+
Mailbox: opensca@xmirror.cn
327327
328328
## Authors
329329

CONTRIBUTING-zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ OpenSCA社区尚处于起步阶段,由悬镜安全OpenSCA项目团队管理。
4040

4141
### 如何提出BUG
4242

43-
如果您在部署或使用OpenSCA时发现了BUG,可以在Issue板块提出;如果您对我们已经上传的公开文档中的内容有疑惑,可以直接发送邮件到 [Opensca@anpro-tech.com](mailto:Opensca@anpro-tech.com),也可通过OpenSCA社区微信公众号、微信群、QQ群等渠道联系我们。
43+
如果您在部署或使用OpenSCA时发现了BUG,可以在Issue板块提出;如果您对我们已经上传的公开文档中的内容有疑惑,可以直接发送邮件到 [opensca@xmirror.cn](mailto:opensca@xmirror.cn),也可通过OpenSCA社区微信公众号、微信群、QQ群等渠道联系我们。
4444

4545
在提出BUG之前,您需要先确认您部署的是OpenSCA的最新版本,然后浏览Issue板块,确认该BUG没有被其他人提出过。以上步骤确认无误后,您可以在Issue板块提出您发现的BUG,等待项目成员或其他社区成员参与讨论或进行处理;也可以提一个PR对它进行修复,然后等待项目成员的审核。
4646

47-
*漏洞问题不适合公开提出或进行讨论,如果您发现了OpenSCA的安全漏洞,请发送相关信息到[Opensca@anpro-tech.com](mailto:Opensca@anpro-tech.com)与我们取得联系。
47+
*漏洞问题不适合公开提出或进行讨论,如果您发现了OpenSCA的安全漏洞,请发送相关信息到[opensca@xmirror.cn](mailto:opensca@xmirror.cn)与我们取得联系。
4848

4949
### BUG类型划分
5050

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The emerging community is now run by OpenSCA project team. As the development of
3636

3737
The current contributing system can be roughly divided into two parts: one about code and the other about points. For the code branch, you will become a contributor after contributing code through **Pull Request**s and getting accepted by the team. Then you'll be able to participate in the further plan and implementation for the project, judgment for the BUG, review the PR and verify new contributors.
3838

39-
For the points branch, apart from gaining them through contributing code, it also works to actively get involved in reporting BUG, discussing relevant technology and sharing your experience of using OpenSCA. The points could exchange for gifts. The detailed rules of gaining and exchanging points could differ according to time or diverse activities. Please feel free to throw an email to Opensca@anpro-tech.com for the latest rules.
39+
For the points branch, apart from gaining them through contributing code, it also works to actively get involved in reporting BUG, discussing relevant technology and sharing your experience of using OpenSCA. The points could exchange for gifts. The detailed rules of gaining and exchanging points could differ according to time or diverse activities. Please feel free to throw an email to opensca@xmirror.cn for the latest rules.
4040

4141
### Report a BUG
4242

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ v1.0.5及更低版本需要自行修改源码配置镜像库地址,建议升
338338

339339
QQ技术交流群:832039395
340340

341-
官方邮箱:<opensca@anpro-tech.com>
341+
官方邮箱:<opensca@xmirror.cn>
342342

343343
## 贡献者
344344

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reporting security issue
22

3-
If you think you have found a security vulnerability, please send a report to [opensca@anpro-tech.com](mailto:opensca@anpro-tech.com). This address can be used for all of OpenSCA Community products (including but not limited to OpenSCA-cli, OpenSCA-IntelliJ-Plugins, OpenSCA-VSCode-Plugins and opensca.xmirror.cn) We Can accept only vulnerability reports at this address.
3+
If you think you have found a security vulnerability, please send a report to [opensca@xmirror.cn](mailto:opensca@xmirror.cn). This address can be used for all of OpenSCA Community products (including but not limited to OpenSCA-cli, OpenSCA-IntelliJ-Plugins, OpenSCA-VSCode-Plugins and opensca.xmirror.cn) We Can accept only vulnerability reports at this address.
44

55
OpenSCA Community will send you a response indicating the next steps in handing your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
66

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
1515
-o /app/opensca-cli main.go
1616

1717
FROM ${BASEIMAGE}
18-
LABEL authors="OpenSCA Team <opensca@anpro-tech.com>"
18+
LABEL authors="OpenSCA Team <opensca@xmirror.cn>"
1919

2020
COPY --from=builder /app/opensca-cli /app/opensca-cli
2121
COPY --from=builder /app/config.json /app/config.json

docs/Contributing_Guideline-v1.0-zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ OpenSCA社区尚处于起步阶段,由悬镜安全OpenSCA项目团队管理。
3838

3939
### 如何提出BUG
4040

41-
如果您在部署或使用OpenSCA时发现了BUG,可以在Issue板块提出;如果您对我们已经上传的公开文档中的内容有疑惑,可以直接发送邮件到 [Opensca@anpro-tech.com](mailto:Opensca@anpro-tech.com),也可通过OpenSCA社区微信公众号、微信群、QQ群等渠道联系我们。
41+
如果您在部署或使用OpenSCA时发现了BUG,可以在Issue板块提出;如果您对我们已经上传的公开文档中的内容有疑惑,可以直接发送邮件到 [opensca@xmirror.cn](mailto:opensca@xmirror.cn),也可通过OpenSCA社区微信公众号、微信群、QQ群等渠道联系我们。
4242

4343
在提出BUG之前,您需要先确认您部署的是OpenSCA的最新版本,然后浏览Issue板块,确认该BUG没有被其他人提出过。以上步骤确认无误后,您可以在Issue板块提出您发现的BUG,等待项目成员或其他社区成员参与讨论或进行处理;也可以提一个PR对它进行修复,然后等待项目成员的审核。
4444

45-
*漏洞问题不适合公开提出或进行讨论,如果您发现了OpenSCA的安全漏洞,请发送相关信息到[Opensca@anpro-tech.com](mailto:Opensca@anpro-tech.com)与我们取得联系。
45+
*漏洞问题不适合公开提出或进行讨论,如果您发现了OpenSCA的安全漏洞,请发送相关信息到[opensca@xmirror.cn](mailto:opensca@xmirror.cn)与我们取得联系。
4646

4747
### BUG类型划分
4848

docs/Contributing_Guideline-v1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The emerging community is now run by OpenSCA project team. As the development of
3434

3535
The current contributing system can be roughly divided into two parts: one about code and the other about points. For the code branch, you will become a contributor after contributing code through **Pull Request**s and getting accepted by the team. Then you'll be able to participate in the further plan and implementation for the project, judgment for the BUG, review the PR and verify new contributors.
3636

37-
For the points branch, apart from gaining them through contributing code, it also works to actively get involved in reporting BUG, discussing relevant technology and sharing your experience of using OpenSCA. The points could exchange for gifts. The detailed rules of gaining and exchanging points could differ according to time or diverse activities. Please feel free to throw an email to Opensca@anpro-tech.com for the latest rules.
37+
For the points branch, apart from gaining them through contributing code, it also works to actively get involved in reporting BUG, discussing relevant technology and sharing your experience of using OpenSCA. The points could exchange for gifts. The detailed rules of gaining and exchanging points could differ according to time or diverse activities. Please feel free to throw an email to [opensca@xmirror.cn](mailto:opensca@xmirror.cn) for the latest rules.
3838

3939
### Report a BUG
4040

0 commit comments

Comments
 (0)