Merge pull request #40361 from my-git9/issues-security2
[zh-cn] sync official-cve-feed.mdpull/40444/head
commit
6a74b38839
|
@ -1,14 +1,17 @@
|
|||
---
|
||||
title: 官方 CVE 订阅源
|
||||
linkTitle: CVE feed
|
||||
weight: 25
|
||||
layout: cve-feed
|
||||
---
|
||||
<!--
|
||||
title: Official CVE Feed
|
||||
weight: 25
|
||||
linkTitle: CVE feed
|
||||
weight: 25feed
|
||||
outputs:
|
||||
- json
|
||||
- html
|
||||
- html
|
||||
- rss
|
||||
layout: cve-feed
|
||||
-->
|
||||
|
||||
|
@ -20,31 +23,43 @@ the Kubernetes Security Response Committee. See
|
|||
[Kubernetes Security and Disclosure Information](/docs/reference/issues-security/security/)
|
||||
for more details.
|
||||
|
||||
The Kubernetes project publishes a programmatically accessible
|
||||
[JSON Feed](/docs/reference/issues-security/official-cve-feed/index.json) of
|
||||
published security issues. You can access it by executing the following command:
|
||||
The Kubernetes project publishes a programmatically accessible feed of published
|
||||
security issues in [JSON feed](/docs/reference/issues-security/official-cve-feed/index.json)
|
||||
and [RSS feed](/docs/reference/issues-security/official-cve-feed/feed.xml)
|
||||
formats. You can access it by executing the following commands:
|
||||
-->
|
||||
这是由 Kubernetes 安全响应委员会(Security Response Committee, SRC)公布的经社区维护的官方 CVE 列表。
|
||||
更多细节请参阅 [Kubernetes 安全和信息披露](/zh-cn/docs/reference/issues-security/security/)。
|
||||
|
||||
Kubernetes 项目就已发布的安全问题发布了一个可使用程序访问的
|
||||
[JSON Feed](/docs/reference/issues-security/official-cve-feed/index.json)。
|
||||
Kubernetes 项目以 [JSON Feed](/docs/reference/issues-security/official-cve-feed/index.json)
|
||||
和 [RSS feed](/docs/reference/issues-security/official-cve-feed/feed.xml)
|
||||
格式就已发布的安全问题提供了可通过程序访问的提要。
|
||||
你可以通过执行以下命令来查阅这些安全问题:
|
||||
|
||||
{{< comment >}}
|
||||
{{< tabs name="CVE feeds" >}}
|
||||
{{% tab name="JSON feed" %}}
|
||||
<!--
|
||||
`replace` is used to bypass known issue with rendering ">"
|
||||
: https://github.com/gohugoio/hugo/issues/7229 in JSON layouts template
|
||||
`layouts/_default/cve-feed.json`
|
||||
[Link to JSON format](/docs/reference/issues-security/official-cve-feed/index.json)
|
||||
-->
|
||||
`replace` 用于绕过已知问题,在 JSON 布局模板 `layouts/_default/cve-feed.json` 中呈现为 “>”
|
||||
: https://github.com/gohugoio/hugo/issues/7229
|
||||
{{< /comment >}}
|
||||
[链接到 JSON 格式](/docs/reference/issues-security/official-cve-feed/index.json)
|
||||
|
||||
```shell
|
||||
curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
|
||||
```
|
||||
|
||||
{{% /tab %}}
|
||||
{{% tab name="RSS feed" %}}
|
||||
<!--
|
||||
[Link to RSS format](/docs/reference/issues-security/official-cve-feed/feed.xml)
|
||||
-->
|
||||
[链接到 RSS 格式](/docs/reference/issues-security/official-cve-feed/feed.xml)
|
||||
|
||||
```shell
|
||||
curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/feed.xml
|
||||
```
|
||||
{{% /tab %}}
|
||||
{{< /tabs >}}
|
||||
|
||||
{{< cve-feed >}}
|
||||
|
||||
<!-- | CVE ID | Issue Summary | CVE GitHub Issue URL |
|
||||
|
|
Loading…
Reference in New Issue