feat(ui): stub issecure

This commit is contained in:
fallenoak 2025-10-01 21:03:49 -05:00
parent 17b38d3dc9
commit 5736ed1fce
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -72,7 +72,11 @@ int32_t strlenutf8(lua_State* L) {
}
int32_t issecure(lua_State* L) {
WHOA_UNIMPLEMENTED(0);
// TODO taint check
lua_pushnumber(L, 1.0);
return 1;
}
int32_t issecurevariable(lua_State* L) {