From 343508650b8c857f27bdddb4527f45bb5d9f798e Mon Sep 17 00:00:00 2001 From: XmiliaH Date: Tue, 22 Nov 2022 14:16:21 +0100 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3ee06a..e11d9bd 100644 --- a/README.md +++ b/README.md @@ -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