This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 528b14a5 Use modern www.cve.org link instead of old cve.mitre.org
(#1322)
528b14a5 is described below
commit 528b14a5f81b8631abe72bee2dd0eb3e5ce54f33
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Mar 10 15:30:49 2025 +0100
Use modern www.cve.org link instead of old cve.mitre.org (#1322)
See the migration note at https://cve.mitre.org/
---
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 0ea3ac19..e29c59d2 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={{ .Params.cve
}}">https://cve.mitre.org/cgi-bin/cvename.cgi?name={{ .Params.cve }}</a></dt>
+ <dt>Mitre CVE Entry: <a
href="https://www.cve.org/CVERecord?id={{ .Params.cve
}}">https://www.cve.org/CVERecord?id={{ .Params.cve }}</a></dt>
</dl>
</article>