[WIP] harmonize actors with party model - #1100
Draft
jkowalleck wants to merge 2 commits into
Draft
Conversation
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
taleodor-claude
pushed a commit
to relizaio/sbom-everywhere
that referenced
this pull request
Sep 13, 2026
The CycloneDX 2.0 column carried "Same" for SBOM Author, inheriting `metadata.manufacturer.name` or `authors[].name` from 1.6 and 1.7. CycloneDX/specification#1100 replaces `metadata.authors`, `metadata.manufacturer` and `metadata.supplier` with `metadata.parties`, so neither field survives into 2.0 and the row now names `metadata.parties[]`. It cites note [a], which already describes the party shape generally: roles are the only requirement, alongside one identity block. This also makes the metadata row symmetric with Component Producer, which already maps to `components[].parties[]`. Note [y] introduced the relationship as `descendentOf` and then used `descendantOf` in the following sentence. The latter is the SPDX relationship type, so the first spelling is corrected. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
taleodor-claude
pushed a commit
to relizaio/sbom-everywhere
that referenced
this pull request
Sep 13, 2026
The CycloneDX 2.0 column carried "Same" for SBOM Author, inheriting `metadata.manufacturer.name` or `authors[].name` from 1.6 and 1.7. CycloneDX/specification#1100 replaces `metadata.authors`, `metadata.manufacturer` and `metadata.supplier` with `metadata.parties`, so neither field survives into 2.0 and the row now names `metadata.parties[]`. It cites note [a], which already describes the party shape generally: roles are the only requirement, alongside one identity block. This also makes the metadata row symmetric with Component Producer, which already maps to `components[].parties[]`. Note [y] introduced the relationship as `descendentOf` and then used `descendantOf` in the following sentence. The latter is the SPDX relationship type, so the first spelling is corrected. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: Claude Code (ReARM Agent) <rearm-agent-claude@reliza.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WORK IN PROGRESS
btw:
metadata.supplierwill be removed - see #1090