CVE status as Category field

pull/47000/head
julia 2024-06-27 11:06:39 -04:00
parent e69d150967
commit 71f2909d45
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<pubDate>{{ time.Format "Mon, 02 Jan 2006 15:04:05 -0700" .date_published | safeHTML }}</pubDate>
<guid>{{ .external_url }}</guid>
<description>{{ htmlEscape .summary }}</description>
<status>{{ .status }}</status>
<category term="{{ .status }}" scheme="https://k8s.io/2024-06-27/cve-item-status" />
</item>
{{ end -}}
</channel>