summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2022-09-29 21:11:12 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2022-09-29 21:11:12 +0200
commited7ca4a2f57587a7fb7f4effc12c09714b1753db (patch)
tree98dfb5c1f352242a8456c41e3b0bd5eb69da8df0 /bin
parent5eccf413c07f346ef3d11845fb54821fff77dcdf (diff)
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@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/report-vuln2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/report-vuln b/bin/report-vuln
index 35d4f3be64..d44be5609b 100755
--- a/bin/report-vuln
+++ b/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

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