summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2021-12-13 16:47:47 +0100
committerMoritz Muehlenhoff <jmm@debian.org>2021-12-13 16:47:47 +0100
commitd0c3401e34808430bed36270ad6bcd2a8d920f7e (patch)
treebb5278c4a9cab3a88475250cb26b0ebe8c83ed64 /conf
parent749b8548966078502a883698f8046aa17d64fa5a (diff)
cvelist.el: Point to new cve.org website instead of now defunct mitre.org sub domain
Diffstat (limited to 'conf')
-rw-r--r--conf/cvelist.el2
1 files changed, 1 insertions, 1 deletions
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."

© 2014-2024 Faster IT GmbH | imprint | privacy policy