[Git][security-tracker-team/security-tracker][master] tracker_service: Switch to use cve.org URL for source reference
Salvatore Bonaccorso (@carnil)
carnil at debian.org
Thu Sep 29 19:56:49 BST 2022
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
5eccf413 by Salvatore Bonaccorso at 2022-09-29T20:48:21+02:00
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 at debian.org>
- - - - -
1 changed file:
- bin/tracker_service.py
Changes:
=====================================
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):
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/5eccf413c07f346ef3d11845fb54821fff77dcdf
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/5eccf413c07f346ef3d11845fb54821fff77dcdf
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20220929/1369d553/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list