|
|
|
|
|
by timschmidt
811 days ago
|
|
You're not wrong about arbitrary code execution. It's just that your statement applies to most of the packages on any linux distribution, Autotools and Cmake included, regardless of language. Many moreso than Rust due to the aforementioned features of Cargo and build.rs not requiring me to be an expert in a second language just to audit it. |
|
> not requiring me to be an expert in another language just to audit it.
Do you do that every time your Cargo.lock changes?