Skip to content

Commit e69d150

Browse files
committed
Include CVE status in RSS feed
1 parent 3c57b2c commit e69d150

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+
<status>{{ .status }}</status>
4546
</item>
4647
{{ end -}}
4748
</channel>

0 commit comments

Comments
 (0)