Skip to content

Releases: espressif/esp-idf-sbom

Version 0.19.1

22 Oct 13:36
Compare
Choose a tag to compare

v0.19.1 (2024-10-18)

Bug Fixes

  • include all used components in the project's SPDX dependencies

Version 0.19.0

15 Oct 12:28
Compare
Choose a tag to compare

v0.19.0 (2024-10-14)

New Features

  • enable keyword search in CVE description

Version 0.18.0

10 Sep 13:43
Compare
Choose a tag to compare

v0.18.0 (2024-09-10)

New Features

  • allow usage of local NVD mirror for vulnerability scanning

Bug Fixes

  • skip manifest validation in pre-commit if a git rebase is in progress
  • exclude files from sub-package if it's not included
  • properly manage input paths for the manifest license sub-command
  • include missing dependencies for the SPDX project package

Version 0.17.1

11 Jul 11:06
Compare
Choose a tag to compare

v0.17.1 (2024-07-11)

Bug Fixes

  • correct global variable annotation for Python versions prior to 3.8
  • ensure pyparsing usage remains compatible with version 2.2.2 or newer

Version 0.17.0

10 Jul 08:14
Compare
Choose a tag to compare

v0.17.0 (2024-07-10)

New Features

  • add a global list of excluded CVEs
  • allow conditional expressions in manifest files
  • introduce virtual package support

Version 0.16.0

19 Jun 10:31
Compare
Choose a tag to compare

v0.16.0 (2024-06-19)

New Features

  • introduce -n/--name option to enable querying NVD by package name

Bug Fixes

  • skip unregistered components

Version 0.15.0

29 Apr 10:45
Compare
Choose a tag to compare

v0.15.0 (2024-04-29)

New Features

  • add esp-idf-sbom manifest license command

Bug Fixes

  • remove '+' from set of valid SPDXID characters