Re: Some thoughts on security
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Some thoughts on security
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2016年12月11日 22:17:45 -0200
For the record, it is perfectly safe to run bytecode from trusted sources,
such as resources built into your program. Running bytecode from untrusted
sources is of course dangerous. The point is that bytecode emitted by the
Lua compiler is safe; handcrafted malicious bytecode is not.