Problemunvalidated

Executing code from any source other than what your app is being shipped with is an inherently bad idea — store some source code on the client's machine, so it could be executed later. Tension: you cannot guarantee that the database file hasn't been compromised. Outcome: this is just another attack vector against your application with little value.

a0671e44-4a98-4814-81bd-dfb7706e3619

Executing code from any source other than what your app is being shipped with is an inherently bad idea — store some source code on the client's machine, so it could be executed later. Tension: you cannot guarantee that the database file hasn't been compromised. Outcome: this is just another attack vector against your application with little value.