aboutsummaryrefslogtreecommitdiff
path: root/development/cargo-auditable/slack-desc
blob: 1bdbd6b4f0baf8a42104190c1da7cbb538c4340c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

               |-----handy-ruler------------------------------------------------------|
cargo-auditable: cargo-auditable (Cargo wrapper for embedding auditing data)
cargo-auditable:
cargo-auditable: Make production Rust binaries auditable .
cargo-auditable: Know the exact crate versions used to build your Rust executable.
cargo-auditable: Audit binaries for known bugs or security vulnerabilities in
cargo-auditable: production, at scale, with zero bookkeeping.
cargo-auditable: This works by embedding data about the dependency tree in JSON format
cargo-auditable: into a dedicated linker section of the compiled executable.
cargo-auditable:
cargo-auditable: https://github.com/rust-secure-code/cargo-auditable
cargo-auditable: