Skip to content

Collect paths to crates #15

Description

@pombredanne

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions