Skip to content

What are the robustness guarantees for the Luau compiler? #1274

Answered by vegorov-rbx
Ono-Sendai asked this question in Q&A
Discussion options

You must be logged in to vote

Our compiler should not have any security issues and should never produce invalid bytecode.

But we cannot guarantee the resource exhaustion.
While we shouldn't have unbounded memory use issues, we can take a lot of time compiling scripts that are specifically constructed for a DoS attack.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ono-Sendai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants