|
|
|
|
|
by giantrobot
744 days ago
|
|
> Or is that just asking for trouble? The average Node project pulls in hundreds of dependencies. While you'd hope these would have some security vetting because of the Many Eyes theory, you have no fucking idea what your project is doing. Even a trivial Electron app is running a ridiculous amount of unreviewed third party code. Just one module able to exercise some local exploit in your engine because you didn't fix Security Footgun #8176 screws over all of your users. A browser engine that's been developed with a billion dollars of person hours runs that same untrusted third party code but has security guardrails everywhere. |
|