mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
Update native code generation note in the security guarantees (#1250)
This commit is contained in:
parent
8a64cb8b73
commit
905a37b928
@ -1,6 +1,6 @@
|
|||||||
# Security Guarantees
|
# Security Guarantees
|
||||||
|
|
||||||
Luau provides a safe sandbox that scripts can not escape from, short of vulnerabilities in custom C functions exposed by the host. This includes the virtual machine and builtin libraries. Notably this currently does *not* include the work-in-progress native code generation facilities.
|
Luau provides a safe sandbox that scripts can not escape from, short of vulnerabilities in custom C functions exposed by the host. This includes the virtual machine, builtin libraries and native code generation facilities.
|
||||||
|
|
||||||
Any source code can not result in memory safety errors or crashes during its compilation or execution. Violations of memory safety are considered vulnerabilities.
|
Any source code can not result in memory safety errors or crashes during its compilation or execution. Violations of memory safety are considered vulnerabilities.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user