aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/advisory.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/advisory.html')
-rw-r--r--tmpl/advisory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpl/advisory.html b/tmpl/advisory.html
index 1e984c8..f0a6a52 100644
--- a/tmpl/advisory.html
+++ b/tmpl/advisory.html
@@ -39,6 +39,11 @@
[% FOREACH ref IN adv.references -%]
<li><a href="[% ref %]">[% ref %]</a></li>
[% END %]
+ [%- IF adv.CVE -%]
+ [%- FOREACH cve IN adv.CVE.list -%]
+ <li><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=[% cve %]">http://cve.mitre.org/cgi-bin/cvename.cgi?name=[% cve %]</a></li>
+ [%- END -%]
+ [%- END -%]
</ul>
<h2>SRPMS</h2>