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
commit386408e855a9e38e325a7fb893715867d058cf74 (patch)
tree043ea93bc421244df1bfc1d502dbda7d6e41810a /conf
parent1cefdd8b44ef101b84116f1569cee8fba2e77eb4 (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