Set params.cve in the link for consulting mitre CVE archive
diff --git a/layouts/security-advisory/single.html b/layouts/security-advisory/single.html
index 26fb41b..df4a886 100644
--- a/layouts/security-advisory/single.html
+++ b/layouts/security-advisory/single.html
@@ -26,7 +26,7 @@
             <h3>References</h3>
             <dl>
               <dt>PGP signed advisory data: <a href="{{ .Params.cve }}.txt.asc">{{ .Params.cve }}.txt.asc</a></dt>
-              <dt>Mitre CVE Entry: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4330">https://cve.mitre.org/cgi-bin/cvename.cgi?name={{ .Params.cve }}</a></dt>
+              <dt>Mitre CVE Entry: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name={{ .Params.cve }}">https://cve.mitre.org/cgi-bin/cvename.cgi?name={{ .Params.cve }}</a></dt>
             </dl>
 
         </article>