Qalculate / libqalculate

Qalculate! library and CLI
https://qalculate.github.io/
GNU General Public License v2.0
1.81k stars 146 forks source link

Add load() and export() to the DISABLE_INSECURE list #679

Closed markozajc closed 2 months ago

markozajc commented 2 months ago

Both of these functions can be used to interact with the filesystem, which is undesirable for remote applications. I currently set Calculator::f_load and Calculator::f_export to NULL if DISABLE_INSECURE is defined, let me know if this should be handled differently!