From 4808af7723cfaab9ec5e02c09e687287f5f5b67f Mon Sep 17 00:00:00 2001 From: Ramses Date: Wed, 5 Jun 2024 19:22:44 +0200 Subject: [PATCH] fix: Add missing source entry for REDHAT (#4161) --- cve_bin_tool/output_engine/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cve_bin_tool/output_engine/__init__.py b/cve_bin_tool/output_engine/__init__.py index 70eb2e1320..0298f14e81 100644 --- a/cve_bin_tool/output_engine/__init__.py +++ b/cve_bin_tool/output_engine/__init__.py @@ -826,6 +826,7 @@ def generate_vex(self, all_cve_data: dict[ProductInfo, CVEData], filename: str): "NVD": "https://nvd.nist.gov/vuln/detail/", "OSV": "https://osv.dev/list?ecosystem=&q=", "RSD": "https://nvd.nist.gov/vuln/detail/", + "REDHAT": "https://access.redhat.com/security/cve/", } # Generate VEX file vex_output = {"bomFormat": "CycloneDX", "specVersion": "1.4", "version": 1}