1
Provide SBOM with each release
Source: dani-garcia/vaultwarden#7348 · opened by @arnehude
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
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
No pledges yet. Be the first to back this.
Comments
Similar requests
Release container images regularly even without new Vaultwarden version
2 votes · 0 comments
Upload web vault as action artifact (or add them to releases)
1 vote · 0 comments
Fork bitwarden clients for vaultwarden
2 votes · 0 comments
Bitwarden Send OTP email verification protection
13 votes · 0 comments
Track client app versions at time of vaultwarden release
1 vote · 0 comments
No comments yet.