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
For software security and to gain a better understanding of your own software footprint, OWASP CycloneDX offers a good format for an SBOM. It can generate the corresponding file during the build process, enabling easy integration into vulnerability analysis systems.
Since—at least in Germany—new legal requirements call for a more in-depth examination of dependencies, this is certainly a good way for your project to position itself for the future.
Untested commands for creating the needed such file (cyclonedx cargo addon needed):
cargo cyclonedx --format json -o sbom.json
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
hi,
For software security and to gain a better understanding of your own software footprint, OWASP CycloneDX offers a good format for an SBOM. It can generate the corresponding file during the build process, enabling easy integration into vulnerability analysis systems.
Since—at least in Germany—new legal requirements call for a more in-depth examination of dependencies, this is certainly a good way for your project to position itself for the future.
Untested commands for creating the needed such file (cyclonedx cargo addon needed):
cargo cyclonedx --format json -o sbom.json
All reactions