|
|
|
|
|
by babush
423 days ago
|
|
I recall Shopify having a seccomp-based jail to run untrusted ruby code. But their use-case was very limited so they can get away with blocking almost every syscall. Other than that... VMs? The fact that people consider JS/WASM engines good security sandboxes is a bit scary tbf. |
|
WASM engines run in almost every browser on earth, billions of times a day. Security problems in those get spotted very quickly.