Changelog for python3-sbom-cve-check: 1.3.2 -> 1.3.3 Source: CHANGELOG.md ## v1.3.3 - Updated the version of the CVE databases used for testing. - Generate a "not affected" assessment if the vulnerability is disputed. - Handle CVE List version field with multiple version expressions: a version prefixed by a comparison operator (`<`, `<=`, `>`, `>=`, or `=`). - Added support for `uv` and updated the [Developer Guide]( https://sbom-cve-check.readthedocs.io/en/v1.3.3/dev-guide.html). - Added a contributing guide. - Fixed CVE database git repository update when initially cloned from a tag and updated to a new tag. - Ignore version range if a boundary is a date (YYYY-MM-DD) and the component version is not a date (e.g., a semver). - Ignore in some cases the version range if a boundary has a distro packaging version (e.g., with a `.el7` suffix), as documented in the [design section]( https://sbom-cve-check.readthedocs.io/en/v1.3.3/design.html#compute-vex-assessment-from-semantic-version-ranges).