CycloneDX / cyclonedx-property-taxonomy

A taxonomy of all official CycloneDX property namespaces and names
https://cyclonedx.github.io/cyclonedx-property-taxonomy/
Apache License 2.0
14 stars 29 forks source link

Add country of origin to HBOM spec #67

Open ddillard opened 1 year ago

ddillard commented 1 year ago

Motivation

We have a number of customers that want HBOM like data from us (i.e. a list of components), but they want to also know the country of origin of the component and currently the CDX HBOM does not appear to provide this information.

Proposal

Here's what I have in mind:

Example:

{
// ...
"properties": [
        {
          "name": "cdx:device:countryOfOrigin",
          "value": "TW"
        },
        // ...
],
}
jkowalleck commented 1 year ago

@ddillard would you prepare a pullrequest with the needed changes? see
https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/device.md