-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Reproducible serialNumber
generation
#420
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ı <[email protected]>
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ı <[email protected]>
11 tasks
hboutemy
pushed a commit
that referenced
this issue
Dec 9, 2023
Signed-off-by: Volkan Yazıcı <[email protected]>
hboutemy
added a commit
that referenced
this issue
Dec 9, 2023
hboutemy
added a commit
that referenced
this issue
Dec 9, 2023
Signed-off-by: Hervé Boutemy <[email protected]>
hboutemy
added a commit
that referenced
this issue
Dec 9, 2023
Signed-off-by: Hervé Boutemy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to allow the usage of BOM-links from external CycloneDX documents, the generated SBOM should always include a
serialNumber
.Currently this is only generated if the reproducibility flag is disabled. We could improve the generation algorithm to generate a deterministic
serialNumber
. The generating algorithm might depend on:The text was updated successfully, but these errors were encountered: