|
|
|
|
|
by paraboul
2291 days ago
|
|
I'd expect server-side JS code running on popular VM (v8, spidermonkey) to be safer than custom C++ (sandboxed vs running on the bare os). And BTW, this is why WebAssembly runtime on the server is a big deal. Being able to painlessly run any untrusted code from "nonsafe language" in a sandboxed environment. Also, if you read it correctly, Avast is running "wild" Javascript in a custom privileged VM (potentially written in C++) |
|
Contrast this with tailor-made, slim and well tested C++ code. And yes, I do expect security companies to have well-written and well-tested code.