Changelog for python3-sbom-cve-check: 1.3.3 -> 1.3.4 Source: CHANGELOG.md ## v1.3.4 ### Added or Changed - Added configurable logging through the `[logging]` TOML table, including log files, per-logger levels, custom formats, and optional Rich output. - Added `offline_mode=` database configuration and the `--offline-mode` option to prevent operations that require network access. - Changed SBOM, vulnerability database, and export class registration to use the `type_name` class keyword. The `register_sbom()`, `register_vuln_db()`, and `register_export()` decorators are now deprecated. - Updated supported `spdx-python-model` versions to 0.0.6 through 0.0.7. - Added an OpenSSF Best Practices badge to the project documentation. ### Fixed - Fixed the error when a TOML configuration file does not contain a `databases` section. - Fixed reproducible TOML configuration export when plugins are used. - Avoided unnecessary Git database updates when automatic updates are disabled with either `--disable-auto-updates` or `auto_update_max_age=off`. - Generate a "not affected" assessment if the vulnerability is disputed ([#27]( https://github.com/bootlin/sbom-cve-check/pull/27) by Peter Marko). prefixed by a comparison operator (`<`, `<=`, `>`, `>=`, or `=`) ([#28]( https://github.com/bootlin/sbom-cve-check/pull/28) by Peter Marko). ### New Contributors - Peter Marko made their first contribution in [#27]( https://github.com/bootlin/sbom-cve-check/pull/27). - Updated the Yocto Project Developer Guide link to the Scarthgap release, which retains documentation for the `cve-check` JSON report format ([#22]( https://github.com/bootlin/sbom-cve-check/pull/22) by Aaron Honeycutt). ### New Contributors - Aaron Honeycutt made their first contribution in [#22]( https://github.com/bootlin/sbom-cve-check/pull/22). - Fixed the type used for the version attribute in Yocto exports ([#18]( https://github.com/bootlin/sbom-cve-check/pull/18) by Ross Burton). https://github.com/bootlin/sbom-cve-check/issues/16), [#17]( https://github.com/bootlin/sbom-cve-check/pull/17) by Miguel Gazquez) ### New Contributors - Miguel Gazquez made their first contribution in [#17]( https://github.com/bootlin/sbom-cve-check/pull/17). https://github.com/bootlin/sbom-cve-check/pull/11) by Ross Burton). - Fixed a typo in the documentation ([#14]( https://github.com/bootlin/sbom-cve-check/pull/14) by Clayton Casciato). ### New Contributors - Ross Burton made their first contribution in [#11]( https://github.com/bootlin/sbom-cve-check/pull/11). - Clayton Casciato made their first contribution in [#14]( https://github.com/bootlin/sbom-cve-check/pull/14). ### Added or Changed - Improved the project description and short documentation ([#1]( https://github.com/bootlin/sbom-cve-check/pull/1) by Thomas Petazzoni). ### New Contributors - Thomas Petazzoni made their first contribution in [#1]( https://github.com/bootlin/sbom-cve-check/pull/1).