Skip to content

Commit d380c85

Browse files
authored
Merge pull request #33909 from Sea-n/zh-security
[zh] Sync issues-security
2 parents 1c1e77f + f32fd65 commit d380c85

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

content/zh/docs/reference/issues-security/issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Kubernetes 问题追踪
33
weight: 10
4+
aliases: [/zh/cve/, /zh/cves/]
45
---
56

67
<!--
@@ -29,6 +30,6 @@ Work on Kubernetes code and public issues are tracked using [GitHub Issues](http
2930
<!--
3031
Security-related announcements are sent to the [[email protected]](https://groups.google.com/forum/#!forum/kubernetes-security-announce) mailing list.
3132
-->
32-
与安全性相关的公告请发送到
33+
与安全性相关的公告将发送到
3334
[[email protected]](https://groups.google.com/forum/#!forum/kubernetes-security-announce)
3435
邮件列表。

content/zh/docs/reference/issues-security/security.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Kubernetes 安全和信息披露
3+
aliases: [/zh/security/]
34
content_type: concept
45
weight: 20
56
---
@@ -27,7 +28,7 @@ This page describes Kubernetes security and disclosure information.
2728
<!--
2829
## Security Announcements
2930
-->
30-
## 安全公告
31+
## 安全公告 {#security-announcements}
3132

3233
<!--
3334
Join the [kubernetes-security-announce](https://groups.google.com/forum/#!forum/kubernetes-security-announce) group for emails about security and major API announcements.
@@ -37,28 +38,28 @@ Join the [kubernetes-security-announce](https://groups.google.com/forum/#!forum/
3738
<!--
3839
## Report a Vulnerability
3940
-->
40-
## 报告一个漏洞
41+
## 报告一个漏洞 {#report-a-vulnerability}
4142

4243
<!--
43-
Were extremely grateful for security researchers and users that report vulnerabilities to the Kubernetes Open Source Community. All reports are thoroughly investigated by a set of community volunteers.
44+
We're extremely grateful for security researchers and users that report vulnerabilities to the Kubernetes Open Source Community. All reports are thoroughly investigated by a set of community volunteers.
4445
-->
4546
我们非常感谢向 Kubernetes 开源社区报告漏洞的安全研究人员和用户。
4647
所有的报告都由社区志愿者进行彻底调查。
4748

4849
<!--
49-
To make a report, please email the private [[email protected]](mailto:[email protected]) list with the security details and the details expected for [all Kubernetes bug reports](https://git.k8s.io/kubernetes/.github/ISSUE_TEMPLATE/bug-report.md).
50+
To make a report, submit your vulnerability to the [Kubernetes bug bounty program](https://hackerone.com/kubernetes). This allows triage and handling of the vulnerability with standardized response times.
5051
-->
51-
如需报告,请连同安全细节以及预期的[所有 Kubernetes bug 报告](https://git.k8s.io/kubernetes/.github/ISSUE_TEMPLATE/bug-report.md)
52-
详细信息电子邮件到[[email protected]](mailto:[email protected])列表
52+
如需报告,请将你的漏洞提交给 [Kubernetes 漏洞赏金计划](https://hackerone.com/kubernetes)
53+
这样做可以使得社区能够在标准化的响应时间内对漏洞进行分类和处理
5354

5455
<!--
5556
You can also email the private [[email protected]](mailto:[email protected]) list with the security details and the details expected for [all Kubernetes bug reports](https://github.com/kubernetes/kubernetes/blob/master/.github/ISSUE_TEMPLATE/bug-report.yaml).
56-
5757
-->
5858
你还可以通过电子邮件向私有 [[email protected]](mailto:[email protected])
5959
列表发送电子邮件,邮件中应该包含
6060
[所有 Kubernetes 错误报告](https://github.com/kubernetes/kubernetes/blob/master/.github/ISSUE_TEMPLATE/bug-report.yaml)
6161
所需的详细信息。
62+
6263
<!--
6364
You may encrypt your email to this list using the GPG keys of the [Security Response Committee members](https://git.k8s.io/security/README.md#product-security-committee-psc). Encryption using GPG is NOT required to make a disclosure.
6465
-->
@@ -68,45 +69,45 @@ GPG 密钥加密你的发往邮件列表的邮件。揭示问题时不需要使
6869
<!--
6970
### When Should I Report a Vulnerability?
7071
-->
71-
### 我应该在什么时候报告漏洞?
72+
### 我应该在什么时候报告漏洞? {#when-should-i-report-a-vulnerability}
7273

7374
<!--
7475
- You think you discovered a potential security vulnerability in Kubernetes
7576
- You are unsure how a vulnerability affects Kubernetes
7677
- You think you discovered a vulnerability in another project that Kubernetes depends on
77-
- For projects with their own vulnerability reporting and disclosure process, please report it directly there
78+
- For projects with their own vulnerability reporting and disclosure process, please report it directly there
7879
-->
7980
- 你认为在 Kubernetes 中发现了一个潜在的安全漏洞
8081
- 你不确定漏洞如何影响 Kubernetes
8182
- 你认为你在 Kubernetes 依赖的另一个项目中发现了一个漏洞
82-
- 对于具有漏洞报告和披露流程的项目,请直接在该项目处报告
83+
- 对于具有漏洞报告和披露流程的项目,请直接在该项目处报告
8384

8485
<!--
8586
### When Should I NOT Report a Vulnerability?
8687
-->
87-
### 我什么时候不应该报告漏洞?
88+
### 我什么时候不应该报告漏洞? {#when-should-i-not-report-a-vulnerability}
8889

8990
<!--
9091
- You need help tuning Kubernetes components for security
9192
- You need help applying security related updates
9293
- Your issue is not security related
9394
-->
94-
- 你需要帮助调整 Kubernetes 组件的安全性
95-
- 你需要帮助应用与安全相关的更新
95+
- 你需要调整 Kubernetes 组件安全性的帮助
96+
- 你需要应用与安全相关更新的帮助
9697
- 你的问题与安全无关
9798

9899
<!--
99100
## Security Vulnerability Response
100101
-->
101-
## 安全漏洞响应
102+
## 安全漏洞响应 {#security-vulnerability-response}
102103

103104
<!--
104105
Each report is acknowledged and analyzed by Security Response Committee members within 3 working days. This will set off the [Security Release Process](https://git.k8s.io/security/security-release-process.md#disclosures).
105106
-->
106-
每个报告在 3 个工作日内由安全响应委员会成员确认和分析这将启动[安全发布过程](https://git.k8s.io/sig-release/security-release-process-documentation/security-release-process.md#disclosures)
107+
每个报告在 3 个工作日内由安全响应委员会成员确认和分析这将启动[安全发布过程](https://git.k8s.io/sig-release/security-release-process-documentation/security-release-process.md#disclosures)
107108

108109
<!--
109-
Any vulnerability information shared with Product Security Team stays within Kubernetes project and will not be disseminated to other projects unless it is necessary to get the issue fixed.
110+
Any vulnerability information shared with Security Response Committee stays within Kubernetes project and will not be disseminated to other projects unless it is necessary to get the issue fixed.
110111
-->
111112
与安全响应委员会共享的任何漏洞信息都保留在 Kubernetes 项目中,除非有必要修复该问题,否则不会传播到其他项目。
112113

@@ -118,7 +119,7 @@ As the security issue moves from triage, to identified fix, to release planning
118119
<!--
119120
## Public Disclosure Timing
120121
-->
121-
## 公开披露时间
122+
## 公开披露时间 {#public-disclosure-timing}
122123

123124
<!--
124125
A public disclosure date is negotiated by the Kubernetes Security Response Committee and the bug submitter. We prefer to fully disclose the bug as soon as possible once a user mitigation is available.
@@ -132,7 +133,8 @@ It is reasonable to delay disclosure when the bug or the fix is not yet fully un
132133
当 bug 或其修复还没有被完全理解,解决方案没有经过良好的测试,或者为了处理供应商协调问题时,延迟披露是合理的。
133134

134135
<!--
135-
The timeframe for disclosure is from immediate (especially if it's already publicly known) to a few weeks. As a basic default, we expect report date to disclosure date to be on the order of 7 days. The Kubernetes product security team holds the final say when setting a disclosure date.
136+
The timeframe for disclosure is from immediate (especially if it's already publicly known) to a few weeks. For a vulnerability with a straightforward mitigation, we expect report date to disclosure date to be on the order of 7 days. The Kubernetes Security Response Committee holds the final say when setting a disclosure date.
136137
-->
137-
信息披露的时间范围从即时(尤其是已经公开的)到几周。作为一个基本的约定,我们希望报告日期到披露日期的间隔是 7 天。在设置披露日期时,Kubernetes 产品安全团队拥有最终决定权。
138-
138+
信息披露的时间范围从即时(尤其是已经公开的)到几周不等。
139+
对于具有直接缓解措施的漏洞,我们希望报告日期到披露日期的间隔是 7 天。
140+
在设置披露日期方面,Kubernetes 安全响应委员会拥有最终决定权。

0 commit comments

Comments
 (0)