Changelog for python3-sbom-cve-check: 1.3.4 -> 1.3.5 Source: CHANGELOG.md ## v1.3.5 ### Added or Changed - Reduced peak memory usage while building database indexes. - Cached compiled-source path validation results to avoid repeated validation and duplicate warnings about missing important files in Linux kernel builds. - Added the `--rich-logging` command line option. ### Fixed - Prevented redundant database updates when multiple `sbom-cve-check` processes initialize the same database concurrently. Database initialization and indexing are now serialized across processes, allowing waiting processes to continue once initialization is complete, thereby substantially improving the parallel execution of multiple `sbom-cve-check` instances when a database update is needed.