Skip to content

Commit 71f2909

Browse files
committed
CVE status as Category field
1 parent e69d150 commit 71f2909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/cve-feed.rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +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-
<status>{{ .status }}</status>
45+
<category term="{{ .status }}" scheme="https://k8s.io/2024-06-27/cve-item-status" />
4646
</item>
4747
{{ end -}}
4848
</channel>

0 commit comments

Comments
 (0)