Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Reply to @rees@tsundere.love
Blurry Moon@sun@shitposter.world (2026-08-01 08:41:29)
Unsafe eval is bad
---Reply---
rees@rees@tsundere.love (2026-08-01 09:03:56)
@sun it's only in a technical sense unsafe eval, in practice it is safe. it becomes unsafe when you do things that reach outside of the sandbox into the dom or filesystem. an emulator does neither of those things, and isn't pulling in random code it's emulating it
---Attachments---
image: https://tsundere.love/media/f18dfa3f-f1c2-4272-bf91-b9c1fe59eff3/image.webp
Reply
---Replies---
Blurry Moon@sun@shitposter.world (2026-08-01 09:10:01)
It’s unsafe because you’re accepting arbitrary user input