1
1
---
2
2
title : 官方 CVE 订阅源
3
+ linkTitle : CVE feed
3
4
weight : 25
4
5
layout : cve-feed
5
6
---
6
7
<!--
7
8
title: Official CVE Feed
8
- weight: 25
9
+ linkTitle: CVE feed
10
+ weight: 25feed
9
11
outputs:
10
12
- json
11
- - html
13
+ - html
14
+ - rss
12
15
layout: cve-feed
13
16
-->
14
17
@@ -20,31 +23,43 @@ the Kubernetes Security Response Committee. See
20
23
[Kubernetes Security and Disclosure Information](/docs/reference/issues-security/security/)
21
24
for more details.
22
25
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:
26
30
-->
27
31
这是由 Kubernetes 安全响应委员会(Security Response Committee, SRC)公布的经社区维护的官方 CVE 列表。
28
32
更多细节请参阅 [ Kubernetes 安全和信息披露] ( /zh-cn/docs/reference/issues-security/security/ ) 。
29
33
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
+ 格式就已发布的安全问题提供了可通过程序访问的提要。
32
37
你可以通过执行以下命令来查阅这些安全问题:
33
38
34
- {{< comment >}}
39
+ {{< tabs name="CVE feeds" >}}
40
+ {{% tab name="JSON feed" %}}
35
41
<!--
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)
39
43
-->
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 )
43
45
44
46
``` shell
45
47
curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
46
48
```
47
49
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
+
48
63
{{< cve-feed >}}
49
64
50
65
<!-- | CVE ID | Issue Summary | CVE GitHub Issue URL |
0 commit comments