-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add manufacturer and authors #171
Conversation
1cacdd9
to
1760245
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add logic to convert.go
to achieve backwards compatibility for spec versions lower than 1.6? Also, would it make sense to convert a possibly present Component.Manufacturer
to Component.Manufacture
?
I have asked my fellow CycloneDX maintainers how to deal with the deprecated |
Thank you
Yes I had the same thoughts. This follows the advice from the decouple metadata Spec PR where the message appears in the Changes summary and in each of the three schema files (XSD, JSON Schema and protobuf) |
regarding do not mistake the deprecated please read the spec/descriptions, do not simply make assumptions. |
b2dd8f4
to
2eb8d92
Compare
@jkowalleck sorry, I take the blame for this one; my initial suggestion does not make any sense. I meant a conversion of |
2eb8d92
to
8a776f7
Compare
👋 Hi, is there anything stopping this from being approved and to get it merged into the |
- adds manufacturer field to Metadata and Component - adds authors field to Component - adds roundtrip testdata for above Signed-off-by: Tim Pickles <tim.pickles@snyk.io>
8a776f7
to
b5d3595
Compare
manufacturer
field toMetadata
andComponent
authors
field toComponent