[Git][security-tracker-team/security-tracker][master] report-vuln: Switch to use cve.org URL for reference building
Salvatore Bonaccorso (@carnil)
carnil at debian.org
Thu Sep 29 20:13:01 BST 2022
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
ed7ca4a2 by Salvatore Bonaccorso at 2022-09-29T21:11:12+02:00
report-vuln: Switch to use cve.org URL for reference building
Similar as done for 5eccf413c07f ("tracker_service: Switch to use
cve.org URL for source reference") switch now already to the cve.org URL
for referencing the CVE entries.
A later change will switch to fetch the needed information as well from
the new sources once they get available during the transition from
cve.mitre.org to cve.org.
Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>
- - - - -
1 changed file:
- bin/report-vuln
Changes:
=====================================
bin/report-vuln
=====================================
@@ -49,7 +49,7 @@ def gen_index(ids):
if temp_id.match(id):
continue
ret += '\n[' + str(cnt) + '] https://security-tracker.debian.org/tracker/' + id + '\n'
- ret += ' https://cve.mitre.org/cgi-bin/cvename.cgi?name=' + id
+ ret += ' https://www.cve.org/CVERecord?id=' + id
return ret
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/ed7ca4a2f57587a7fb7f4effc12c09714b1753db
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/ed7ca4a2f57587a7fb7f4effc12c09714b1753db
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/289c87a3/attachment.htm>
More information about the debian-security-tracker-commits
mailing list