We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 442feea + 3435086 commit ffa9398Copy full SHA for ffa9398
README.md
@@ -378,10 +378,11 @@ vm2 ./script.js
378
379
## Known Issues
380
381
-* It is not possible to define a class that extends a proxied class.
+* It is not possible to define a class that extends a proxied class. This includes using a proxied class in `Object.create`.
382
* Direct eval does not work.
383
* Logging sandbox arrays will repeat the array part in the properties.
384
* Source code transformations can result a different source string for a function.
385
+* There are ways to crash the node process from inside the sandbox.
386
387
## Deployment
388
0 commit comments