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
commit32f8d695a3e7d5c9d3cc28a7c173187a3430ccbe (patch)
treedbd00fd522ebb2f22313019ffe0fa198ed378408 /conf
parentd5aa037bf6fe4c82c55208735e65f2351fc04f9c (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