From 386408e855a9e38e325a7fb893715867d058cf74 Mon Sep 17 00:00:00 2001 From: Moritz Muehlenhoff Date: Mon, 13 Dec 2021 16:47:47 +0100 Subject: cvelist.el: Point to new cve.org website instead of now defunct mitre.org sub domain --- conf/cvelist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/cvelist.el b/conf/cvelist.el index d35874980e..0242d4fca5 100644 --- a/conf/cvelist.el +++ b/conf/cvelist.el @@ -81,7 +81,7 @@ (defun debian-cvelist-cvesearch () "Look up a CVE ID at the MITRE website." (interactive) - (browse-url (concat "https://cve.mitre.org/cgi-bin/cvename.cgi?name=" (thing-at-point 'symbol)))) + (browse-url (concat "https://www.cve.org/CVERecord?id=" (thing-at-point 'symbol)))) (defun debian-cvelist-ptslookup () "Look up a package name in Debian Package Tracker." -- cgit v1.2.3