spdx / ntia-conformance-checker

Check SPDX SBOM for NTIA minimum elements
Apache License 2.0
47 stars 18 forks source link

Bump spdx-tools from 0.8.0 to 0.8.1 #149

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps spdx-tools from 0.8.0 to 0.8.1.

Release notes

Sourced from spdx-tools's releases.

v0.8.1

What's Changed

New Contributors

Full Changelog: https://github.com/spdx/tools-python/compare/v0.8.0...v0.8.1

Changelog

Sourced from spdx-tools's changelog.

v0.8.1 (2023-08-24)

New features and changes

  • massive speed-up in the validation process of large SBOMs
  • validation now detects and checks license references from external documents
  • allow for userinfo in git+ssh download location
  • more efficient relationship parsing in JSON/YAML/XML

Contributors

This release was made possible by the following contributors. Thank you very much!

Commits
  • 777bd27 update changelog for 0.8.1
  • 85b480a [issue-744] implement validation of external license references
  • ca72624 instantiate get_spdx_licensing() in a singleton module
  • 1ecc6f6 expand url regex to allow for userinfo
  • ee95e60 fix additional lint errors in tests
  • 3f1c62f fix lint errors
  • 32e3d2d fix test to correctly use assumption of no comments in relationships
  • eab5db9 make relationship parsing to be more efficient through precomputation
  • f15a64f add SPDX tech mailing list link to README
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)