Skip to content

Commit

Permalink
fix: 0 cve pdf report was not generating
Browse files Browse the repository at this point in the history
Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko committed Aug 9, 2024
1 parent a1c7226 commit 7fcc795
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 @@ -179,6 +179,7 @@ def output_pdf(
pdfdoc.tblStyle,
)
row = 1
star_warn = False
for product_info, cve_data in all_cve_data.items():
star_warn = True if "*" in product_info.vendor else False
for cve in cve_data["cves"]:
Expand Down

0 comments on commit 7fcc795

Please sign in to comment.