laverdet / isolated-vm

Secure & isolated JS environments for nodejs
ISC License
2.12k stars 151 forks source link

Remove mention of `--untrusted-code-mitigations` in README.md #458

Closed davidjb closed 6 months ago

davidjb commented 6 months ago

This functionality was removed from V8 in https://chromium-review.googlesource.com/c/v8/v8/+/3045704 and landed in Node 16.17.0 and 17.0.0. Comments on the relevant issues suggest this mitigations may never have worked:

https://github.com/nodejs/node/issues/43296 https://github.com/nodejs/node/pull/43328

laverdet commented 6 months ago

Interesting, it looks like they went all in on process isolation. Thanks.