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

fix: remove excessively noisy cvedb debug message #4395

Closed terriko closed 2 months ago

terriko commented 2 months ago

This message was firing so frequently that it was making it difficult to debug another issue. As it didn't seem useful I've removed it rather than commenting it out. We can always add it back in later if it's needed for future debug work.