1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Remove debug.get/setmetatable from security whitelist

fixes #12216
This commit is contained in:
stefan
2022-05-25 11:46:12 +02:00
committed by sfan5
parent 1b68fb7683
commit bb671c3089

View File

@@ -128,8 +128,6 @@ void ScriptApiSecurity::initializeSecurity()
"gethook",
"traceback",
"getinfo",
"getmetatable",
"setmetatable",
"upvalueid",
"sethook",
"debug",