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
When parsing a hierarchical CycloneDX SBOM, there is the possibility of duplicate references to some components. These are evaluated (?) and reported multiple times, without a way to differentiate them (or trace the to the originating component).
The result represented by osv-scanner should:
not contain duplicate entries, and
allow to see, where the faulty component originates (ie. present a component tree like npm audit or cargo audit)
The text was updated successfully, but these errors were encountered:
When parsing a hierarchical CycloneDX SBOM, there is the possibility of duplicate references to some components. These are evaluated (?) and reported multiple times, without a way to differentiate them (or trace the to the originating component).
The result represented by
osv-scanner
should:npm audit
orcargo audit
)The text was updated successfully, but these errors were encountered: