Skip to content
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

Add country of origin to HBOM spec #67

Open
ddillard opened this issue Jul 12, 2023 · 1 comment
Open

Add country of origin to HBOM spec #67

ddillard opened this issue Jul 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ddillard
Copy link

ddillard commented Jul 12, 2023

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 jkowalleck transferred this issue from CycloneDX/specification Jul 12, 2023
@jkowalleck
Copy link
Member

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

@jkowalleck jkowalleck added the enhancement New feature or request label Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants