▲ | kortilla 4 hours 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. | ||||||||||||||
▲ | galaxyLogic 3 hours ago | parent [-] | |||||||||||||
So maybe the solution would be to sandbox Node.js? I'm not quite sure what that would mean, but if it solves the problem for browsers, why not for server? | ||||||||||||||
|