Would you provide a free mail service?
Software developer interested into security and sustainability.
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: July 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
ClemaX@lemm.eeto
Programming@programming.dev•Make my application extendable by "mods"?
17·8 months agoEval is bad for security boundaries and the string based approach is a pain to develop and maintain. An alternative that is equally bad for security but better for development would be dynamic imports using importlib.
If you want to support custom scripts while enforcing security boundaries, you could use an embeddable interpreter like lua, or create your own.

LMGTFY. https://en.wikipedia.org/wiki/Microdot