aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/advisory.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/advisory.html')
-rw-r--r--tmpl/advisory.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/advisory.html b/tmpl/advisory.html
index 807402b..a5cbb52 100644
--- a/tmpl/advisory.html
+++ b/tmpl/advisory.html
@@ -51,7 +51,7 @@
[% 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>
+ <li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=[% cve %]">https://cve.mitre.org/cgi-bin/cvename.cgi?name=[% cve %]</a></li>
[%- END -%]
[%- END -%]
</ul>