mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update compatibility.md
This commit is contained in:
parent
0a73c23d5b
commit
ee6f520e08
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ Since several features were removed from Lua 5.1 for sandboxing reasons, this ta
|
|||
| `io`, `os`, `package` and `debug` library | note that some functions in `os`/`debug` are still present |
|
||||
| `loadfile`, `dofile` | removed for sandboxing, no direct file access |
|
||||
| `loadstring` bytecode and `string.dump` | exposing bytecode is dangerous for sandboxing reasons |
|
||||
| `newproxy` can only be called with nil or boolean | extra flexibility removed for sandboxing |
|
||||
|
||||
Sandboxing challenges are [covered in the dedicated section](sandbox).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue