intel / cve-bin-tool

The CVE Binary Tool helps you determine if your system includes known vulnerabilities. You can scan binaries for over 200 common, vulnerable components (openssl, libpng, libxml2, expat and others), or if you know the components used, you can get a list of known vulnerabilities associated with an SBOM or a list of components and versions.
https://cve-bin-tool.readthedocs.io/en/latest/
GNU General Public License v3.0
1.23k stars 464 forks source link

chore: fix documentation and remove older test #4374

Closed mastersans closed 2 months ago

mastersans commented 2 months ago

cc @terriko @anthonyharrison

terriko commented 2 months ago

Oh, and while you're in there: looks like we could also use some entries for

  --product PRODUCT     Product Name
  --release RELEASE     Release Version
  --vendor VENDOR       Vendor/Supplier of Product
  -rr REVISION_REASON, --revision-reason REVISION_REASON

They can just point to the vex docs. We might want to consider grouping them together in a vex-flags group or something? I'm not sure how to make them easier to read in the --help output.

mastersans commented 2 months ago

@terriko test should be fixed now, had to reinstall to solve the freeze issue.