We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec554fe commit c6a5903Copy full SHA for c6a5903
cve_bin_tool/output_engine/__init__.py
@@ -179,6 +179,7 @@ def output_pdf(
179
pdfdoc.tblStyle,
180
)
181
row = 1
182
+ star_warn = False
183
for product_info, cve_data in all_cve_data.items():
184
star_warn = True if "*" in product_info.vendor else False
185
for cve in cve_data["cves"]:
0 commit comments