Replies: 1 comment 1 reply
-
|
Yes, that's how it would work. If the content of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any examples of using the extensibleProperties field according to the draft CycloneDX 2.0 schema?
I maintain a tool that generates SBOMs, and currently we primarily use a custom SBOM format because the 1.x properties being limited to key-value pairs with values being strings is overly limiting. If CycloneDX 2.0 extensibleProperties enables capture information and attaching it to components in the form of data types other than strings (e.g. JSON objects, arrays, numbers, etc), we'd probably migrate away from using our custom format.
An example to illustrate what I'm hoping to achieve:
Is this roughly how extensible properties work, or does the schema within the extensible property need to be defined somewhere, like attaching a "mini" custom schema to every BOM that we generate?
Beta Was this translation helpful? Give feedback.
All reactions