emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG][SECURITY] ob-sqlite header args allows execution of arbitrary


From: Max Nikulin
Subject: Re: [BUG][SECURITY] ob-sqlite header args allows execution of arbitrary shell commands
Date: Thu, 17 Aug 2023 23:29:24 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 13/08/2023 14:52, Ihor Radchenko wrote:
+         (when separator (format "-separator %s" separator))

It should be escaped as a whole. It seems sqlite3 command line arguments parser does not support -separator=| variant, so two words should be quoted separately. Try :separator |

sqlite3: Error: unknown option: -separator |
Use -help for a list of options.
[ Babel evaluation exited with code 1 ]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]