diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 55d00b6cf90..1ee3174243e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1357,6 +1357,7 @@ GD.Print(dict["a"]); // Prints 1 [/csharp] [/codeblocks] + [b]Warning:[/b] Using this function on untrusted Strings can allow remote code execution. Use with caution.