Skip to content

Commit 1578671

Browse files
aptitudepiinosmeet
authored andcommitted
docs: Add appropriate docstring to output_engine/print_mode.py (intel#3457) (intel#3677)
* fixes: intel#3457
1 parent 2a4ede2 commit 1578671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cve_bin_tool/output_engine/print_mode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def html_print_mode(
2727
full_html: bool = True,
2828
affected_versions: int = 0,
2929
) -> str:
30+
"""Generates an HTML report of key CVE Details, including affected vendor/product, version, CVE Number, and severity."""
3031
root = Path(__file__).absolute().parent
3132
templates_dir = Path(root / "print_mode")
3233
templates_env = Environment(

0 commit comments

Comments
 (0)