Andrea Vibelli
Results
2
issues of
Andrea Vibelli
Following https://github.com/CycloneDX/cyclonedx-core-java/issues/565, this PR attempts to add the missing mapping to comply with the CycloneDX 1.6 spec for the "provides" field inside the Dependency object: https://cyclonedx.org/docs/1.6/json/#dependencies_items_provides.
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...