|
|
|
|
|
by throwaway15908
1523 days ago
|
|
Tangetial question: Seen all the recent supply chain attacks, is there a way to defend FOSS projects with something like project defined capabilities for every third party dependency? So eg. you could include a math lib and mask everything regarding filesystem or network, etc? Especially for rust i would like to see a holisitic solution to this growing thread, facing the accelerating trend of central repositories. |
|
It would be nowhere near enough to make it safe to download untrusted dependencies, but it would at least stop the most trivial forms of attack.
Sandboxed dependencies with user-specified capabilities are a very, very long way away, if they ever happen.