Include CVE status in RSS feed
parent
3c57b2c57e
commit
e69d150967
|
@ -42,6 +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>
|
||||
</item>
|
||||
{{ end -}}
|
||||
</channel>
|
||||
|
|
Loading…
Reference in New Issue