(no title)
pheggs
|
11 days ago
yes, the average amount of dependencies used per dependency appears to be much larger in rust and thats what I meant and is worrying me. In theory C can be written in a memory safe manner, and in theory rust can be used without large junks of supply vulnerabilities. both of these are not the case in practice though
kibwen|11 days ago
No, people routinely write Rust with no third-party dependencies, and yet people do not routinely write C code that is memory-safe. Your threat model needs re-evaluating. Also keep in mind that the most common dependencies (rand, serde, regex, etc) are literally provided by the Rust project itself, and are no more susceptible to supply chain attacks than the compiler.
pheggs|11 days ago
mamma_mia|11 days ago
ceteia|11 days ago
https://materialize.com/blog/rust-concurrency-bug-unbounded-...
dbdr|11 days ago
pheggs|11 days ago