#1031954 ITP: cargo-auditable -- cargo subcommand for adding SBOM

#1031954#5
Date:
2023-02-25 21:53:34 UTC
From:
To:
Description: Know the exact crate versions used to build your Rust
executable. Audit binaries for known bugs or security vulnerabilities
in production, at scale, with zero bookkeeping.

This works by embedding data about the dependency tree in JSON format
into a dedicated linker section of the compiled executable.


URL: https://crates.io/crates/cargo-auditable

License: MIT OR Apache-2.0
Copyright: Sergey "Shnatsel" Davidoff