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 <[email protected]> - - - - - 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.
_______________________________________________ debian-security-tracker-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits
