diff --git a/support/scripts/cve-check b/support/scripts/cve-check index ff14e4b238..bcd970bad8 100755 --- a/support/scripts/cve-check +++ b/support/scripts/cve-check @@ -131,7 +131,7 @@ def nvd_cve_to_cdx_vulnerability(nvd_cve): "description": cve_api_get_lang_from_list(nvd_cve.get("descriptions", [])) or "", "source": { "name": "NVD", - "url": "https://nvd.nist.gov/" + "url": f"https://nvd.nist.gov/vuln/detail/{nvd_cve['id']}" }, **({ "published": nvd_cve["published"],