Skip to content

Commit

Permalink
fix: Add missing source entry for REDHAT (intel#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Jun 5, 2024
1 parent ff12c96 commit 4808af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cve_bin_tool/output_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4808af7

Please sign in to comment.