Skip to content

Commit 2149b21

Browse files
authored
Merge pull request #47000 from jbiers/include-cve-status-in-rss-feed
Include CVE status in RSS feed
2 parents 7095fbb + 71f2909 commit 2149b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/_default/cve-feed.rss.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<pubDate>{{ time.Format "Mon, 02 Jan 2006 15:04:05 -0700" .date_published | safeHTML }}</pubDate>
4343
<guid>{{ .external_url }}</guid>
4444
<description>{{ htmlEscape .summary }}</description>
45+
<category term="{{ .status }}" scheme="https://k8s.io/2024-06-27/cve-item-status" />
4546
</item>
4647
{{ end -}}
4748
</channel>

0 commit comments

Comments
 (0)