summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2022-09-29 20:48:21 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2022-09-29 20:48:21 +0200
commit5eccf413c07f346ef3d11845fb54821fff77dcdf (patch)
tree213ffe5e1d9dcac1876ac109b1193146ffea81bd /bin
parenteed4018f73e4aca2ae31e15a02aa7ef8ce70116c (diff)
tracker_service: Switch to use cve.org URL for source reference
As we are going to switch with the transition to cve.org feeds switch now already for referring CVEs in the MITRE database in the source field of CVE entries. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tracker_service.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index f5b3870ba2..d3d27ebb89 100755
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -1514,8 +1514,8 @@ Debian bug number.'''),
action=url.scriptRelative(''))
def url_cve(self, url, name):
- return url.absolute("https://cve.mitre.org/cgi-bin/cvename.cgi",
- name=name)
+ return url.absolute("https://www.cve.org/CVERecord",
+ id=name)
def url_nvd(self, url, name):
return url.absolute("https://nvd.nist.gov/vuln/detail/%s" % name)
def url_cert_bug(self, url, name):

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