You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @StefanFl
thanks for bringing this up, it is definitely something we'd like parlay to be able to support. I'll keep this issue open to track progress on this.
mcombuechen
changed the title
No enrichment for components in a component
No enrichment for nested components in CycloneDX
Feb 19, 2024
This likely also applies to the Snyk enricher. In addition, the root component (.metadata.component) is not being taken into account. Technically that's yet another issue but we could solve this here as well.
@StefanFl just letting you know that a fix is on the way.
CycloneDX SBOMs can have
components
embedded in acomponent
, see https://cyclonedx.org/docs/1.5/json/#components_items_components. I have generated a SBOM withcyclonedx-npm
and got this:This example contains information gathered by Parlay for the
match-sorter
, but nothing was found for the includedremove-accents
.Would it possible for Parlay to traverse through the components?
The text was updated successfully, but these errors were encountered: