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 framework (and maybe OS) component to BOM #624

Closed
Falco20019 opened this issue Nov 24, 2022 · 1 comment
Closed

Add framework (and maybe OS) component to BOM #624

Falco20019 opened this issue Nov 24, 2022 · 1 comment

Comments

@Falco20019
Copy link
Contributor

Falco20019 commented Nov 24, 2022

Somewhat related to #622

If the framework was limited using the -tfm flag, it would be useful to add it as:

{
  "type": "framework",
  "name": "Microsoft .NET",
  "version": "6.0.0"
  "cpe": "cpe:/a:microsoft:.net:6.0.0:-"
}

Not sure if it's possible to also add the OS component from the runtime identifier.

@mtsfoni
Copy link
Contributor

mtsfoni commented Dec 13, 2023

Currently, a SBOM is meant to include delivered components.
The Framework is a dependency that needs to be already available on the target system.

Things can change if CycloneDX/specification#326 gets merged and we have extraneous components. Then it would make sense to add .NET as an extraneous component.

@mtsfoni mtsfoni closed this as completed Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants