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

fix(project createBom): store multiple purls in property "purl_list" #89

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

gernot-h
Copy link
Collaborator

My first try to store multiple purls separated by blanks (violating the CycloneDX spec) and asking the user to fix the SBOM probably was a bad idea from the beginning. Due to libary updates, the subsequent PURLs were now encoded as part of the qualifiers which was hard to understand and parse. So better keep the purl empty and store the list in a separate property "purl_list".

Fixes #87

My first try to store multiple purls separated by blanks (violating the
CycloneDX spec) and asking the user to fix the SBOM probably was a bad
idea from the beginning. Due to libary updates, the subsequent PURLs
were now encoded as part of the qualifiers which was hard to understand
and parse. So better keep the purl empty and store the list in a
separate property "purl_list".

Fixes #87
@gernot-h gernot-h force-pushed the gernot/project-createbom-multiple_purls branch from 899300c to 61e8b87 Compare October 22, 2024 08:31
@gernot-h gernot-h assigned gernot-h and tngraf and unassigned gernot-h Oct 22, 2024
@tngraf tngraf merged commit ffccb3e into main Oct 22, 2024
7 checks passed
@gernot-h gernot-h deleted the gernot/project-createbom-multiple_purls branch October 23, 2024 05:38
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

Successfully merging this pull request may close these issues.

"project createbom": multiple purls stored encoded as qualifiers
2 participants