▲ | babush 6 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. | ||||||||
▲ | simonw 6 days ago | parent [-] | |||||||
I trust a WASM sandbox a whole lot more than I trust a Docker container sandbox. WASM engines run in almost every browser on earth, billions of times a day. Security problems in those get spotted very quickly. | ||||||||
|