Post #1887751
2026-04-24 13:24 UTC
@swick This was a very thought provoking blog post, particularly as I am currently developing an app that handles files. I think this problem should be mostly nonexistent in my app, as files are provided from other trusted applications, but I suppose it would be beneficial to protect against those trusted apps anyway just in case they get hacked. Therefore I will think about it as I am writing my code. Thanks!
Replies (1)
-
@swick@hachyderm.io 2026-04-24 22:41
@jessica If you don't have multiple processes with different capabilities you really don't have to care. But really, this should all be handled by the stdlib so you never even have to figure out if you have to care.