Closed thisdp closed 3 months ago
At 678691c File newmodels_reborn/scripts/core/shared_importfunc.lua, line 13: exportScriptString = fileRead(f, fileGetSize(f)) This can cause lua injection, when other resources "loadstring" the "import()" result. Use fileGetContents instead
exportScriptString = fileRead(f, fileGetSize(f))
thank u, u are right! fileGetContents will verify the checksum of the script
At 678691c File newmodels_reborn/scripts/core/shared_importfunc.lua, line 13:
exportScriptString = fileRead(f, fileGetSize(f))
This can cause lua injection, when other resources "loadstring" the "import()" result. Use fileGetContents instead