top | item 41299987

(no title)

icholy | 1 year ago

That seems like a lot of hoops to jump through considering that rust allows arbitrary code execution during compile time anyway.

discuss

order

thesuperbigfrog|1 year ago

>> That seems like a lot of hoops to jump through considering that rust allows arbitrary code execution during compile time anyway.

If you mean build.rs build scripts, yes, those do run, but it is not arbitrary code. You can view and inspect them before building. If you need more security, you can download all the dependencies and build inside an isolated container.