Skip to content

Commit

Permalink
fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Mar 21, 2024
1 parent 863f413 commit 6b104ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b104ab

Please sign in to comment.