Skip to content

Commit 484abad

Browse files
committed
[zh-cn] sync official-cve-feed
Signed-off-by: xin.li <[email protected]>
1 parent 4a589f6 commit 484abad

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

content/zh-cn/docs/reference/issues-security/official-cve-feed.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: 官方 CVE 订阅源
3+
linkTitle: CVE feed
34
weight: 25
45
layout: cve-feed
56
---
67
<!--
78
title: Official CVE Feed
8-
weight: 25
9+
linkTitle: CVE feed
10+
weight: 25feed
911
outputs:
1012
- json
11-
- html
13+
- html
14+
- rss
1215
layout: cve-feed
1316
-->
1417

@@ -20,31 +23,43 @@ the Kubernetes Security Response Committee. See
2023
[Kubernetes Security and Disclosure Information](/docs/reference/issues-security/security/)
2124
for more details.
2225
23-
The Kubernetes project publishes a programmatically accessible
24-
[JSON Feed](/docs/reference/issues-security/official-cve-feed/index.json) of
25-
published security issues. You can access it by executing the following command:
26+
The Kubernetes project publishes a programmatically accessible feed of published
27+
security issues in [JSON feed](/docs/reference/issues-security/official-cve-feed/index.json)
28+
and [RSS feed](/docs/reference/issues-security/official-cve-feed/feed.xml)
29+
formats. You can access it by executing the following commands:
2630
-->
2731
这是由 Kubernetes 安全响应委员会(Security Response Committee, SRC)公布的经社区维护的官方 CVE 列表。
2832
更多细节请参阅 [Kubernetes 安全和信息披露](/zh-cn/docs/reference/issues-security/security/)
2933

30-
Kubernetes 项目就已发布的安全问题发布了一个可使用程序访问的
31-
[JSON Feed](/docs/reference/issues-security/official-cve-feed/index.json)
34+
Kubernetes 项目以 [JSON Feed](/docs/reference/issues-security/official-cve-feed/index.json)
35+
[RSS feed](/docs/reference/issues-security/official-cve-feed/feed.xml)
36+
格式就已发布的安全问题提供了可通过程序访问的提要。
3237
你可以通过执行以下命令来查阅这些安全问题:
3338

34-
{{< comment >}}
39+
{{< tabs name="CVE feeds" >}}
40+
{{% tab name="JSON feed" %}}
3541
<!--
36-
`replace` is used to bypass known issue with rendering ">"
37-
: https://github.com/gohugoio/hugo/issues/7229 in JSON layouts template
38-
`layouts/_default/cve-feed.json`
42+
[Link to JSON format](/docs/reference/issues-security/official-cve-feed/index.json)
3943
-->
40-
`replace` 用于绕过已知问题,在 JSON 布局模板 `layouts/_default/cve-feed.json` 中呈现为 “>”
41-
: https://github.com/gohugoio/hugo/issues/7229
42-
{{< /comment >}}
44+
[链接到 JSON 格式](/docs/reference/issues-security/official-cve-feed/index.json)
4345

4446
```shell
4547
curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
4648
```
4749

50+
{{% /tab %}}
51+
{{% tab name="RSS feed" %}}
52+
<!--
53+
[Link to RSS format](/docs/reference/issues-security/official-cve-feed/feed.xml)
54+
-->
55+
[链接到 RSS 格式](/docs/reference/issues-security/official-cve-feed/feed.xml)
56+
57+
```shell
58+
curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/feed.xml
59+
```
60+
{{% /tab %}}
61+
{{< /tabs >}}
62+
4863
{{< cve-feed >}}
4964

5065
<!-- | CVE ID | Issue Summary | CVE GitHub Issue URL |

0 commit comments

Comments
 (0)