Skip to content

Commit c6a5903

Browse files
authored
fix: 0 cve pdf report was not generating (#4329)
Signed-off-by: Terri Oda <[email protected]>
1 parent ec554fe commit c6a5903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cve_bin_tool/output_engine/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def output_pdf(
179179
pdfdoc.tblStyle,
180180
)
181181
row = 1
182+
star_warn = False
182183
for product_info, cve_data in all_cve_data.items():
183184
star_warn = True if "*" in product_info.vendor else False
184185
for cve in cve_data["cves"]:

0 commit comments

Comments
 (0)