This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push:
new d762d12 Set params.cve in the link for consulting mitre CVE archive
d762d12 is described below
commit d762d12c2037db4bc64f377e8948016bba0545f7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jul 8 16:26:45 2020 +0200
Set params.cve in the link for consulting mitre CVE archive
---
layouts/security-advisory/single.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>