Skip to content

Commit b76931d

Browse files
authored
Merge pull request #36337 from chris-short/patch-1
Fix bug in curl command to fetch official CVE feed
2 parents 67ec330 + ec2a59e commit b76931d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ published security issues. You can access it by executing the following command:
2525
{{< /comment >}}
2626

2727
```shell
28-
curl -v https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
28+
curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json
2929
```
3030

3131
{{< cve-feed >}}
@@ -41,4 +41,4 @@ from the time a CVE is announced to the time it is accessible in this feed.
4141
The source of truth of this feed is a set of GitHub Issues, filtered by a controlled and
4242
restricted label `official-cve-feed`. The raw data is stored in a Google Cloud
4343
Bucket which is writable only by a small number of trusted members of the
44-
Community.
44+
Community.

0 commit comments

Comments
 (0)