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

reconsider the way we represent SBOM packages #322

Open
ctron opened this issue Jan 22, 2025 · 0 comments
Open

reconsider the way we represent SBOM packages #322

ctron opened this issue Jan 22, 2025 · 0 comments

Comments

@ctron
Copy link
Contributor

ctron commented Jan 22, 2025

Taking a look at how we present SBOM packages (or components as it's called in CycloneDX land):

Image

Instead of showing a package, we actually show PURL information. However, the data structure actually is:

  • SBOM Package
    • Name (1)
    • Version (0..1)
    • PURLs (0..*)
    • CPEs (0..*)
    • Hashes (0..*) (we don't expose them yet)

For me, this leads to confusion about what actually is. It also lacks information that we actually have.

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

1 participant