6 ms·
FYI Google and Mozilla audit all their dependencies and share them: * https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/ca
by rockdoe 3y ago
FYI Google and Mozilla audit all their dependencies and share them:
* https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml https://chromium.googlesource.com/chromiumos/third_party/rus...
* https://searchfox.org/mozilla-central/source/supply-chain/audits.toml https://searchfox.org/mozilla-central/source/supply-chain/au...
It's quite likely that most of your dependencies were already audited.
- meragrin_ 3y agoSo what in there guarantees I can get the same thing they audited?
- GrumpySloth 3y agoVersion numbers. You can’t modify an already-published version of a Rust crate on crates.io.
- palata 3y agoWho in practice pins their dependencies (transitive included) on audited versions?
- rockdoe 3y agoSmall companies with little development experience like Google and Mozilla. (You can check the files I linked and see audits between deltas for minor version updates)
- palata 3y agoI guess my point was: "because [some teams at] Google/Mozilla do it right does not mean that everybody does it right".