aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/advisory.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/advisory.txt')
-rw-r--r--tmpl/advisory.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/advisory.txt b/tmpl/advisory.txt
index 016df71..6bfdf0a 100644
--- a/tmpl/advisory.txt
+++ b/tmpl/advisory.txt
@@ -6,7 +6,7 @@ Publication date: [% date.format(adv.status.published, format => '%d %b %Y', gmt
URL: [% config.site_url %]/[% basename.ID(advisory) %].html
Type: [% adv.type %]
Affected Mageia releases: [% adv.src.keys.sort.join(', ') %]
-[% IF adv.CVE.list.size != 0 -%]
+[% IF adv.CVE && adv.CVE.list.size != 0 -%]
CVE: [% adv.CVE.join(",\n ") %]
[% END -%]