-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
cargo-cyclonedxIssues related to the Cargo SBOM generation applicationIssues related to the Cargo SBOM generation applicationenhancementNew feature or requestNew feature or request
Description
There is a certain amount of data that is only available during or after the actual build, such as a hash of the resulting binary, the RUSTFLAGS
used (not just from the environment variable but also from the Cargo configuration), etc.
There are two ways to implement it:
- Hook into the build process, similar to how https://github.com/rust-secure-code/cargo-auditable works
- The hypothetical "build info" file that's being discussed by the Cargo team could be used to achieve this.
Metadata
Metadata
Assignees
Labels
cargo-cyclonedxIssues related to the Cargo SBOM generation applicationIssues related to the Cargo SBOM generation applicationenhancementNew feature or requestNew feature or request