@GDScript DOC: warning against possible remote code execution trough str_to_var
This commit is contained in:
parent
8e497a0ecb
commit
c2967837dd
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue