Skip to content

Commit 5ecff54

Browse files
authored
docs: Fixed a few links, normalize arguments to *_file (intel#4687)
1 parent acbc684 commit 5ecff54

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Output:
496496
<a href="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#-b-distro_name-distro_version_name---backport-fix-distro_name-distro_version_name">-b [<distro_name>-<distro_version_name>], --backport-fix [<distro_name>-<distro_version_name>]</a>
497497
Lists backported fixes if available from Linux distribution
498498
<a href="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--affected-versions">--affected-versions</a> Lists versions of product affected by a given CVE (to facilitate upgrades)
499-
<a href="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--sbom-output-sbom_output">--sbom-output SBOM_OUTPUT</a>
499+
<a href="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--sbom-output-sbom_file">--sbom-output SBOM_FILE</a>
500500
provide software bill of materials (sbom) filename to generate
501501
<a href="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--sbom-type">--sbom-type {spdx,cyclonedx}</a>
502502
specify type of software bill of materials (sbom) to generate (default: spdx)
@@ -506,7 +506,7 @@ Output:
506506
Vex Output:
507507
Arguments related to Vex output document.
508508

509-
<a href="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--vex-output-vex_output">--vex-ouptput VEX_OUTPUT</a>
509+
<a href="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--vex-output-vex_file">--vex-ouptput VEX_FILE</a>
510510
Provide vulnerability exploitability exchange (vex) filename to generate
511511
<a href="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--vex-type">--vex-type {cyclonedx, csaf, openvex}</a>
512512
specify type of vulnerability exploitability exchange (vex) to generate (default: cyclonedx)

doc/MANUAL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
- [-A \[\<distro\_name\>-\<distro\_version\_name\>\], --available-fix \[\<distro\_name\>-\<distro\_version\_name\>\]](#-a-distro_name-distro_version_name---available-fix-distro_name-distro_version_name)
5959
- [-b \[\<distro\_name\>-\<distro\_version\_name\>\], --backport-fix \[\<distro\_name\>-\<distro\_version\_name\>\]](#-b-distro_name-distro_version_name---backport-fix-distro_name-distro_version_name)
6060
- [--affected-versions](#--affected-versions)
61-
- [--sbom-output SBOM\_OUTPUT](#--sbom-output-sbom_output)
61+
- [--vex-output VEX_FILE](#--vex-file-vex_file)
62+
- [--vex-type](#--vex-type)
63+
- [--sbom-output SBOM_FILE](#--sbom-output-sbom_file)
6264
- [--sbom-type](#--sbom-type)
6365
- [--sbom-format](#--sbom-format)
64-
- [--vex-type](#--vex-type)
65-
- [--vex-output VEX\_OUTPUT](#--vex-output)
6666
- [Output verbosity](#output-verbosity)
6767
- [Quiet Mode](#quiet-mode)
6868
- [Logging modes](#logging-modes)
@@ -177,7 +177,7 @@ which is useful if you're trying the latest code from
177177
-b [<distro_name>-<distro_version_name>], --backport-fix [<distro_name>-<distro_version_name>]
178178
Lists backported fixes if available from Linux distribution
179179
--affected-versions Lists versions of product affected by a given CVE (to facilitate upgrades)
180-
--sbom-output SBOM_OUTPUT
180+
--sbom-output SBOM_FILE
181181
Provide software bill of materials (sbom) filename to generate
182182
--sbom-type {spdx,cyclonedx}
183183
specify type of software bill of materials (sbom) to generate (default: spdx)
@@ -187,7 +187,7 @@ which is useful if you're trying the latest code from
187187
Vex Output:
188188
Arguments related to Vex output document.
189189

190-
--vex-output VEX_OUTPUT
190+
--vex-output VEX_FILE
191191
Provide vulnerability exploitability exchange (vex) filename to generate
192192
--vex-type {cyclonedx,csaf,openvex}
193193
specify type of vulnerability exploitability exchange (vex) to generate (default: cyclonedx)
@@ -1362,7 +1362,7 @@ type of Vulnerability Exploitability eXchange (VEX) to be generated. VEXs can be
13621362

13631363
If this option is not specified, an CycloneDX VEX will be generated.
13641364

1365-
### --sbom-output SBOM_OUTPUT
1365+
### --sbom-output SBOM_FILE
13661366

13671367
This option allows you to specify the filename for a Software Bill of Material (SBOM) file which contains all of the
13681368
components detected by the scan. The generated file can be used as a subsequent input to the CVE Binary tool with `--sbom-file` parameter.

0 commit comments

Comments
 (0)