From 6b104ab90dcbe4ba3f6d60dbac5e84bb5f5a4831 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 21 Mar 2024 19:21:13 +0100 Subject: [PATCH] fix spelling mistakes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c28e3..060e08c 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ e.g. 1000 (ExecutionContext), see the strawbbery extension for an example Note also, that because of the recursive parsing of strings, there is the possibility to cause an exception by using very deep graphs (> 200 level). Because this attack is also taking place while string parsing (string to graph), I cannot stop it. -The effects are very limitted because of the security features of python (stops after 1000 level depth) and returns an exception which stops the graph parsing +The effects are limited because of the security features of python (stops after 1000 level depth) and returns an exception which stops the graph parsing # TODO