|
|
|
|
|
by kevingadd
3140 days ago
|
|
You don't need to escape a sandbox when the application has access to all the user's data. The attack surface of a gmail implemented in C++-compiled-to-wasm is almost certainly going to be larger than a gmail implemented in JS, because the runtime environment is vulnerable to double frees and heap corruption and other attacks, even if it won't escape the browser sandbox. My gmail tab basically has access to my entire life. |
|