Re: [exim] SQLite Tainted filename for search error

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] SQLite Tainted filename for search error
On 06/06/2020 10:57, Max Kostikov via Exim-users wrote:
> And what if more than one SQLite database used with Exim?


One of:

- Use separate tables within one sqlite db rather than multiple db files
- ensure your sqlite lookup strings do not contain tainted data
(look in the Concept Index for de-tainting methods)
- move to a different db type
- wait for the next release
--
Cheers,
Jeremy