|
|
|
|
|
by kpcyrd
541 days ago
|
|
This is outdated information. Debian (and other distros) already had their own SBOM format called buildinfo files that encodes this kind of information. In Debian stable ripgrep on amd64 is currently on version 13.0.0-4+b2. The relevant buildinfo file can be found here: https://buildinfos.debian.net/buildinfo-pool/r/rust-ripgrep/... It encodes the entire Rust dependency graph that was used for this binary, with exact versions of each crate. |
|