Merge pull request #36337 from chris-short/patch-1
Fix bug in curl command to fetch official CVE feedpull/36340/head
commit
b76931dd40
|
@ -25,7 +25,7 @@ published security issues. You can access it by executing the following command:
|
|||
{{< /comment >}}
|
||||
|
||||
```shell
|
||||
curl -v https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
|
||||
curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
|
||||
```
|
||||
|
||||
{{< cve-feed >}}
|
||||
|
@ -41,4 +41,4 @@ from the time a CVE is announced to the time it is accessible in this feed.
|
|||
The source of truth of this feed is a set of GitHub Issues, filtered by a controlled and
|
||||
restricted label `official-cve-feed`. The raw data is stored in a Google Cloud
|
||||
Bucket which is writable only by a small number of trusted members of the
|
||||
Community.
|
||||
Community.
|
||||
|
|
Loading…
Reference in New Issue