sandbox.lua/spec
Enrique García Cota e1e0faf150 feat(sandbox) make envs read-only, change the way they are built
This changes envs in three ways:
* They are strict read-only. This minimizes the surface attack if someone with malicious intent overrides global stuff on an environment which happens to be reused.
* Envs can override the base env
* Envs with metatables now use them
2021-01-06 10:57:52 +01:00
..
sandbox_spec.lua feat(sandbox) make envs read-only, change the way they are built 2021-01-06 10:57:52 +01:00