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 463 forks source link

docs: use new openssf scorecard link in README.md #3118

Closed terriko closed 1 year ago

terriko commented 1 year ago

The latest update to scorecard mentioned that there's a nicer viewer for the scorecard data now. Our link is here: https://securityscorecards.dev/viewer/?uri=github.com/intel/cve-bin-tool

It would probably be a nice replacement for the link currently in README.md which is https://api.securityscorecards.dev/projects/github.com/intel/cve-bin-tool which just gives a giant fairly unreadable wall of data.

This should be a one-line fix and would be suitable for a new contributor, so here's the new contributor tips:

Short tips for new contributors:

Claiming issues:

yr1404 commented 1 year ago

I'd like to work on this issue. Please assign it to me.

chillerno1 commented 1 year ago

I've updated the badge link and submitted a PR. Let me know if there's anything further required.