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
Hi,
looking at the CycloneDX 1.6 spec (https://cyclonedx.org/docs/1.6/json/#dependencies_items_provides), the Dependency object should be able to include a provides Array of Strings (bom-refs).
The current implementation of org.cyclonedx.model.Dependency is missing such mapping, therefore if I parse a SBOM file like:
using the org.cyclonedx.parsers.JsonParser.parse(File) method, the org.cyclonedx.model.Bom is returned without any issue, but it's missing the provides array.
Would it be possible to update the org.cyclonedx.model.Dependency mapping according to 1.6 spec?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
looking at the CycloneDX 1.6 spec (https://cyclonedx.org/docs/1.6/json/#dependencies_items_provides), the Dependency object should be able to include a
provides
Array of Strings (bom-refs).The current implementation of
org.cyclonedx.model.Dependency
is missing such mapping, therefore if I parse a SBOM file like:using the
org.cyclonedx.parsers.JsonParser.parse(File)
method, theorg.cyclonedx.model.Bom
is returned without any issue, but it's missing theprovides
array.Would it be possible to update the
org.cyclonedx.model.Dependency
mapping according to 1.6 spec?Thanks!
The text was updated successfully, but these errors were encountered: