Update compatibility.md

This commit is contained in:
Arseny Kapoulkine 2021-04-21 09:48:00 -07:00 committed by GitHub
parent 0a73c23d5b
commit ee6f520e08
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).