Skip to content

Commit

Permalink
Merge pull request #488 from XmiliaH/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
XmiliaH committed Nov 22, 2022
2 parents 442feea + 3435086 commit ffa9398
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 ffa9398

Please sign in to comment.