A common pattern for Rust binaries compiled without cargo-auditable is to contain paths to the Rust files used in the binary.
For instance:
- /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bser-0.4.0/src/de/template.rs
- /home/runner/.cargo/git/checkouts/ruff-b18f69e2b025fac7/474b005/crates/ruff_annotate_snippets/src/renderer/display_list.rs
The pattern here is:
/some/path/with/slash/<a crates name>-a crate version or commit/some/more/path/to rust files
A common pattern for Rust binaries compiled without cargo-auditable is to contain paths to the Rust files used in the binary.
For instance:
The pattern here is:
/some/path/with/slash/<a crates name>-a crate version or commit/some/more/path/to rust files