Some background on this: Cargo makes it very easy to add dependencies. Rust has the same culture of small, single-purpose libraries as npm (there is https://crates.io/crates/left_pad if you're wondering). This of course raises the question: what if someone puts some malware in a crate? Cargo itself has an OK security (and working on more end-to-end integrity checks), so it's unlikely that someone will inject malware…
I'm pretty sure the left-pad crate is a joke. That functionality is in the standard library...
Crev: dependency vetting with a web of trust
11–20 of 43 posts
Re: Crev: dependency vetting with a web of trust
#12Some background on this: Cargo makes it very easy to add dependencies. Rust has the same culture of small, single-purpose libraries as npm (there is https://crates.io/crates/left_pad if you're wondering). This of course raises the question: what if someone puts some malware in a crate? Cargo itself has an OK security (and working on more end-to-end integrity checks), so it's unlikely that someone will inject malware…
I'm pretty sure the left-pad crate is a joke. That functionality is in the standard library...
"waiting for a takedown notice :P"
Re: Crev: dependency vetting with a web of trust
#13It would be really cool if this could express claims about copyright and license, as well as code quality.
Could you elaborate on what you mean by this? Were you wanting people to be able to publish proofs that they've reviewed the legal standing of the code as well as the code itself for problems?
Re: Crev: dependency vetting with a web of trust
#14It would be really cool if this could express claims about copyright and license, as well as code quality.
Could you elaborate on what you mean by this? Were you wanting people to be able to publish proofs that they've reviewed the legal standing of the code as well as the code itself for problems?
Re: Crev: dependency vetting with a web of trust
#15Re: Crev: dependency vetting with a web of trust
#16It would be really cool if this could express claims about copyright and license, as well as code quality.
Re: Crev: dependency vetting with a web of trust
#17Earlier quoted context omitted.
Could you elaborate on what you mean by this? Were you wanting people to be able to publish proofs that they've reviewed the legal standing of the code as well as the code itself for problems?
Yeah. For example, the original author could declare they own the copyright on xyz release and its released under a certain licence