Skip to content

Commit ffa9398

Browse files
authored
Merge pull request #488 from XmiliaH/update-readme
Update readme
2 parents 442feea + 3435086 commit ffa9398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,11 @@ vm2 ./script.js
378378

379379
## Known Issues
380380

381-
* It is not possible to define a class that extends a proxied class.
381+
* It is not possible to define a class that extends a proxied class. This includes using a proxied class in `Object.create`.
382382
* Direct eval does not work.
383383
* Logging sandbox arrays will repeat the array part in the properties.
384384
* 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.
385386

386387
## Deployment
387388

0 commit comments

Comments
 (0)