Replies: 2 comments 3 replies
-
Hello and thank you for the suggestion ! Can you tell us more about your use case ? Are you allowing the execution of user-controlled executables ? In my experience, it has always been possible to hardcode the first argument to sqlpage.exec, making it perfectly safe. |
Beta Was this translation helpful? Give feedback.
-
Normaly I don't activate the exec function. All my sqlpage apps run in a docker container and I always try to improve security. |
Beta Was this translation helpful? Give feedback.
-
It could improve security if you set
"allow_exec": true,
"exec_base_path": "/mydir/"
and only allow execution from that path (if set) - default will be allow from all paths
Beta Was this translation helpful? Give feedback.
All reactions