fix: remove bom-refs only for deleted components in build public#196
fix: remove bom-refs only for deleted components in build public#196
Conversation
…as well as nested components
Coverage Report •
|
|||||||||||||||||||||||||||||||||||
mmarseu
left a comment
There was a problem hiding this comment.
As requested, I tried the changes without reviewing the code. LGTM.
…is PR with an merged PR regarding deletion of only properties tagged internal when no schema is provided
a3c3bb0 to
81035da
Compare
There was a problem hiding this comment.
After including the compositions from #154, just for double-check, into my SBOM, where the bom-refs are not used for any component, I made the observation that you delete the bom-refs.
Looking at your code, you are using list_of_components to get your bom-refs and as they are not within the components of my SBOM you remove the bom-refs from #154 in composition. This is definitely a "plausibility check", not something I would expect from build-public. Therefore, please change this behavior.
Do you agree, @mmarseu? (Let's not talk about the irony that we just closed the PR #14 for plausibility check 😆)
Yes, I agree. |
closes #154