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.
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
Set packaging minimum version to 22.0 to avoid the following error with setuptools 71.x:
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: