You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(README.md): updated options list in README.md (#3662)
I have updated the options list in README.md by adding the missing options which I got from cve-bin-tool --help . Also I have added the links to the MANUAL file for the options which were present in the MANUAL file. Few of the options were not present in the MANUAL file, so I couldn't add the links for those options.
fixes#3652
specify multiple output formats by using comma (',') as a separator
457
457
note: don't use spaces between comma (',') and the output formats.
458
+
--generate-config {yaml,toml,yaml,toml,toml,yaml}
459
+
generate config file for cve bin tool in toml and yaml formats.
458
460
<ahref="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#-c-cvss---cvss-cvss">-c CVSS, --cvss CVSS</a> minimum CVSS score (as integer in range 0 to 10) to report (default: 0)
459
-
<a>--metrics</a>
460
-
check for metrics (e.g., EPSS) from found cves
461
-
<a>--epss-percentile</a>
462
-
minimum EPSS percentile of CVE range between 0 to 100 to report (input value can also be floating point) (default: 0)
463
-
<a>--epss-probability</a>
464
-
minimum EPSS probability of CVE range between 0 to 100 to report (input value can also be floating point) (default: 0)
Lists available fixes of the package from Linux distribution
@@ -495,6 +497,19 @@ Checkers:
495
497
<ahref="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#-r-checkers---runs-checkers">-r RUNS, --runs RUNS</a> comma-separated list of checkers to enable
496
498
497
499
Database Management:
500
+
--import-json IMPORT_JSON
501
+
import database from json files chopped by years
502
+
--ignore-sig do not verify PGP signature while importing json data
503
+
--log-signature-error
504
+
when the signature doesn't match log the error only instead of halting (UNSAFE)
CVE Binary Tool autoextracts all compressed files by default now
507
521
<ahref="https://github.com/intel/cve-bin-tool/blob/main/doc/MANUAL.md#--report">--report</a> Produces a report even if there are no CVE for the respective output format
508
-
CVE Binary Tool produces report by default even if there are no CVEs
509
522
</pre>
510
523
511
524
For further information about all of these options, please see [the CVE Binary Tool user manual](https://cve-bin-tool.readthedocs.io/en/latest/MANUAL.html).
0 commit comments