Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
XmiliaH committed Nov 22, 2022
1 parent 392f126 commit 3435086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -378,10 +378,11 @@ vm2 ./script.js

## Known Issues

* 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`.
* Direct eval does not work.
* Logging sandbox arrays will repeat the array part in the properties.
* Source code transformations can result a different source string for a function.
* There are ways to crash the node process from inside the sandbox.

## Deployment

Expand Down

0 comments on commit 3435086

Please sign in to comment.