-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support additional external references on main artifact #421
Labels
Comments
ppkarwasz
added a commit
to ppkarwasz/logging-parent
that referenced
this issue
Nov 4, 2023
The `cyclonedx-maven-plugin` has still some limitations that prevent it from publishing a reproducible `serialNumber` (CycloneDX/cyclonedx-maven-plugin#420) and adding a reference to a VEX document (CycloneDX/cyclonedx-maven-plugin#419 and CycloneDX/cyclonedx-maven-plugin#421). This PR provides a temporary workaround that will allow us to produce an CycloneDX (only the XML version), enhanced with these two elements.
vy
added a commit
to apache/logging-parent
that referenced
this issue
Nov 6, 2023
* Add `serialNumber` and VEX references to generate SBOMs The `cyclonedx-maven-plugin` has still some limitations that prevent it from publishing a reproducible `serialNumber` (CycloneDX/cyclonedx-maven-plugin#420) and adding a reference to a VEX document (CycloneDX/cyclonedx-maven-plugin#419 and CycloneDX/cyclonedx-maven-plugin#421). This PR provides a temporary workaround that will allow us to produce an CycloneDX (only the XML version), enhanced with these two elements. --------- Co-authored-by: Volkan Yazıcı <volkan@yazi.ci>
vy
added a commit
to apache/logging-parent
that referenced
this issue
Nov 6, 2023
* Add `serialNumber` and VEX references to generate SBOMs The `cyclonedx-maven-plugin` has still some limitations that prevent it from publishing a reproducible `serialNumber` (CycloneDX/cyclonedx-maven-plugin#420) and adding a reference to a VEX document (CycloneDX/cyclonedx-maven-plugin#419 and CycloneDX/cyclonedx-maven-plugin#421). This PR provides a temporary workaround that will allow us to produce an CycloneDX (only the XML version), enhanced with these two elements. --------- Co-authored-by: Volkan Yazıcı <volkan@yazi.ci>
This was referenced Nov 8, 2023
hboutemy
pushed a commit
that referenced
this issue
Dec 9, 2023
Signed-off-by: Volkan Yazıcı <volkan@yazi.ci>
hboutemy
pushed a commit
that referenced
this issue
Jan 15, 2024
* Add support for custom external references (#421) Signed-off-by: Volkan Yazıcı <volkan@yazi.ci>
done in #428 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 1.5 of CycloneDX introduces new interesting external reference types, such as
vulnerability-assertion
(VEX),exploitability-statement
(VDR) orstatic-analysis-report
.It would be useful to be able to add such references to the main component of the SBOM through a plugin configuration like this:
(the proposed schema is identical to the CycloneDX schema).
This configuration would apply add additional
<reference>
elements:/metadata/component/externalReferences
element of the SBOM,/components/component/externalReferences
elements representing Maven modules.Such a feature could easily replace #414.
The text was updated successfully, but these errors were encountered: