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: set packaging minimum version #4367

Closed ffontaine closed 3 months ago

ffontaine commented 3 months ago

Set packaging minimum version to 22.0 to avoid the following error with setuptools 71.x:

TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'

Likelihood of encountering this error increased since commit e4239bd3b838b1717e295412113030ee42631fc6 which bumped minimum version of setuptools from 65.5.1 to 70.0.0

More information: