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

No Author information in SBOM #388

Open
CameronGo opened this issue Nov 28, 2023 · 2 comments
Open

No Author information in SBOM #388

CameronGo opened this issue Nov 28, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@CameronGo
Copy link

The SBOM generated does not add Author information which is one of the required baseline attributes described in the NTIA guidelines. I've seen other SBOM tools handle this by accepting a command line parameter to describe the Author organization which is then included in the resulting SBOM.

Is there some way of doing the same using cyclonedx-gomod?

@nscuro
Copy link
Member

nscuro commented Nov 28, 2023

Not as of now, but we can easily add this capability. Is there any preferred way of providing this information, considering that potentially multiple authors would need to be added?

@nscuro nscuro added the enhancement New feature or request label Nov 28, 2023
@CameronGo
Copy link
Author

For our use case, we are only really interested in specifying the Organization. In the Microsoft SBOM tool, which outputs SPDX, they use -ps to specify the , which then adds the following block to the SPDX SBOM:

    "creators": [
      "Organization: <org name>",
      "Tool: Microsoft.SBOMTool-1.1.7"
    ]

Something similar would be acceptable here IMO to capture at least that much, which I think is what most authors will need to provide.

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