Skip to content

Commit 14569ef

Browse files
authored
docs: Improved alt-text in Architecture & Metrics in Manual.md
Fixes #4604, improved alt-text in Architecture and Metrics
1 parent d071e7a commit 14569ef

File tree

1 file changed

+63
-10
lines changed

1 file changed

+63
-10
lines changed

doc/MANUAL.md

Lines changed: 63 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -584,25 +584,25 @@ EPSS bridges this gap by incorporating up-to-date threat information from CVE an
584584

585585
- Console
586586

587-
![console table](images/metric/console_table.png)
587+
![Console output showing a table with columns for CVE Number, Severity, EPSS Score, and Exploitability, listing vulnerabilities found by the CVE Binary Tool. The table includes rows with specific CVE details, their associated severity levels, EPSS scores indicating the likelihood of exploitation, and exploitability status.](images/metric/console_table.png)
588588

589-
![console metric table](images/metric/metric_table.png)
589+
![Console output showing a table with columns for CVE Number, Severity, EPSS Score, and Exploitability, listing vulnerabilities found by the CVE Binary Tool. The table includes rows with specific CVE details, their associated severity levels, EPSS scores indicating the likelihood of exploitation, and exploitability status.](images/metric/console_table.png)
590590

591591
- HTML
592592

593-
![HTML metric table](images/metric/HTML.png)
593+
![HTML output showing a table with columns for CVE Number, Severity, EPSS Score, and Exploitability, listing vulnerabilities found by the CVE Binary Tool. The table includes rows with specific CVE details, their associated severity levels, EPSS scores indicating the likelihood of exploitation, and exploitability status.](images/metric/HTML.png)
594594

595595
- PDF
596-
597-
![PDF metric table](images/metric/PDF.png)
596+
597+
![PDF output showing a table with columns for CVE Number, Severity, EPSS Score, and Exploitability, listing vulnerabilities found by the CVE Binary Tool. The table includes rows with specific CVE details, their associated severity levels, EPSS scores indicating the likelihood of exploitation, and exploitability status.](images/metric/PDF.png)
598598

599599
- CSV
600600

601-
![CSV metric table](images/metric/CSV.png)
601+
![CSV output showing a table with columns for CVE Number, Severity, EPSS Score, and Exploitability, listing vulnerabilities found by the CVE Binary Tool. The table includes rows with specific CVE details, their associated severity levels, EPSS scores indicating the likelihood of exploitation, and exploitability status.](images/metric/CSV.png)
602602

603603
- JSON
604604

605-
![JSON metric table](images/metric/JSON.png)
605+
![JSON output showing a table with columns for CVE Number, Severity, EPSS Score, and Exploitability, listing vulnerabilities found by the CVE Binary Tool. The table includes rows with specific CVE details, their associated severity levels, EPSS scores indicating the likelihood of exploitation, and exploitability status.](images/metric/JSON.png)
606606

607607
- JSON2
608608

@@ -1163,15 +1163,68 @@ haxx,curl,7.34.0,CVE-2014-0139,MEDIUM,Unexplored,
11631163

11641164
4. `--format html` - creates a report in html format according to the specified HTML theme.
11651165

1166-
![image](images/html_preview.png)
1166+
<figure>
1167+
<img src="images/html_preview.png"
1168+
alt="cve-bin-tool: Report Generated: 2022-07-27
1169+
CVE Summary:
1170+
Severity, Count
1171+
CRITICAL, 12
1172+
HIGH, 18
1173+
MEDIUM, 15
1174+
LOW, 4
1175+
CVE Remarks:
1176+
Remark, Count
1177+
NEW, 26
1178+
CONFIRMED, 3
1179+
MITIGATED, 4
1180+
UNEXPLORED, 16
1181+
IGNORED, 0
1182+
Scanned Files:
1183+
Vulnerable Files: 6
1184+
No Known Vulnerabilities: 0
1185+
Product CVEs:
1186+
Product, Version, CVE Count
1187+
haxx-curl, 7.59.0, 25
1188+
haxx-libcurl, 7.59.0, 10
1189+
mit-kerberos, 5-1.15.1, 8
1190+
libjpeg-turbo, 2.0.1, 2
1191+
ssh-ssh2, 2.0, 1"
1192+
style="width:100%;white-space:pre;">
1193+
<figcaption>formated HTML report</figcaption>
1194+
</figure>
11671195

11681196
The unexplored and new CVEs will be highlighted, it will look something like this:
11691197

1170-
![image](images/html_highlight.png)
1198+
<figure>
1199+
<img src="images/html_highlight.png"
1200+
alt="cve-bin-tool: Report
1201+
Vendor, Product, Version, CVE count,
1202+
libjpeg-turbo, libjpeg-turbo, 2.0.1, 4,
1203+
haxx, curl, 7.59.0, 26,
1204+
haxx, libcurl, 7.59.0, 10,
1205+
mit, kerberos_5, 5-1.15.1, 2,
1206+
mit, kerberos, 1.15.1, 3,
1207+
sun, sunos, 5.4, 127,
1208+
ssh, ssh2, 2.0, 4"
1209+
style="width:100%;white-space:pre;">
1210+
<figcaption>formated HTML report</figcaption>
1211+
</figure>
11711212

11721213
You can also filter scanned products by remark:
11731214

1174-
![image](images/html_filter.png)
1215+
<figure>
1216+
<img src="images/html_highlight.png"
1217+
alt="cve-bin-tool: filtered report
1218+
all,new,confirmed,mitigated,unexplored,ignored
1219+
filtered by remark: unexplored
1220+
Vendor, Product, Version, CVE count,
1221+
libjpeg-turbo, libjpeg-turbo, 2.0.1, 4,
1222+
haxx, libcurl, 7.59.0, 10,
1223+
mit, kerberos, 1.15.1, 3,
1224+
"
1225+
style="width:100%;white-space:pre;">
1226+
<figcaption>formated HTML report</figcaption>
1227+
</figure>
11751228

11761229
5. `--format pdf` - creates a report in PDF format.
11771230

0 commit comments

Comments
 (0)