|
|
|
|
|
by kortilla
274 days ago
|
|
None of those security guarantees matter when you take out the sandbox, which is exactly what server-side JS does. The isolated context is gone and a single instance of code talking to an individual client has access to your entire database. It’s a completely different threat model. |
|
I'm not quite sure what that would mean, but if it solves the problem for browsers, why not for server?