-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Build binaries with cargo auditable
#81
Comments
Hello! Author of I'd love to see this integration and I'm happy to support it on my end! There's precedent for transparently enabling this in Linux distros: Void Linux builds all their Cargo packages with And it's not just
|
(will re-evaluate this when core stuff is more settled, thanks for the info!) |
Hey, just wanted to chime in to state, that I'm really looking forward to this! (: |
chore(deps): bump clap from 4.4.17 to 4.4.18
This was implemented in #1528. Once there's been a release including it, you can have dist use
|
That's great news! Is this capability documented in the Dist Book? |
Forgot an important part: once you make that config change, you can run Locally, you still need to install cargo-auditable manually. #1527 has been opened to handle that. |
We also haven't yet cut a release with this feature - but we likely will fairly soon! |
Documentation for the |
Takes idea from #823 and builds on it. Relevant issues: - axodotdev/cargo-dist#75 - axodotdev/cargo-dist#74 - axodotdev/cargo-dist#81 Still missing: - [ ] cargo-auditable setting - [ ] check if config directory gets included Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This makes sure that all dependencies and their versions are embedded in the binary in a machine-readable format, and can be obtained with
cargo audit bin
. This allows auditing binaries for vulnerabilities that weren't yet known when the binaries were built.The text was updated successfully, but these errors were encountered: