|
|
|
|
|
by JoshTriplett
1693 days ago
|
|
If you have to process it at all, do it in a WebAssembly sandbox on the server. Or, alternatively, in a seccomp-secured sandbox that isn't allowed to make any system calls whatsoever, just read data from one file descriptor and write processed data to another. |
|
This is obviously "expensive" though. Doesn't scale very well.