@GDScript DOC: warning against possible remote code execution trough str_to_var

This commit is contained in:
betalars 2024-10-14 14:41:17 +02:00
parent 8e497a0ecb
commit c2967837dd

View file

@ -1357,6 +1357,7 @@
GD.Print(dict["a"]); // Prints 1 GD.Print(dict["a"]); // Prints 1
[/csharp] [/csharp]
[/codeblocks] [/codeblocks]
[b]Warning:[/b] Using this function on untrusted Strings can allow remote code execution. Use with caution.
</description> </description>
</method> </method>
<method name="tan"> <method name="tan">