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

SBOM support #21

Open
5 of 9 tasks
andrew opened this issue Jan 24, 2024 · 1 comment
Open
5 of 9 tasks

SBOM support #21

andrew opened this issue Jan 24, 2024 · 1 comment

Comments

@andrew
Copy link
Member

andrew commented Jan 24, 2024

  • upload an sbom
    • text
    • url
    • file upload
  • normalize the SBOM from all of the different formats (SPDX, CyclonDX, syft, github etc)
  • store normalized SBOM in database
  • display SBOM artifacts
  • enrich artifact list with projects that are on open collective

Future:

  • enrich artifacts list with data for all packages
@andrew
Copy link
Member Author

andrew commented Jan 25, 2024

Will likely need to extract the packages out into a seperate table as the current approach to indexing on packageurl won't scale as the field won't fit into an index for repos with many packages like https://github.com/babel/babel

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