|
|
|
|
|
by progbits
1120 days ago
|
|
Can someone explain why cargo-vet doesn't include a cryptographic hash of the crate contents? My understanding is that this repository, and similar ones from Mozilla and others, says: "I, person X from trustworthy organization Y, have reviewed version 1.0 of crate foo and deemed it legit" (for a definition of trustworthy and legit). But now how does that help me if I want to be careful about what I depend on and supply-chain attacks? I ask for version 1.0 of crate foo but might get some malicious payload without knowing it. |
|