fornever.me icon indicating copy to clipboard operation
fornever.me copied to clipboard

LiteDB: path escaping

Open ForNeVeR opened this issue 1 year ago • 0 comments

Right now, in EvilPlanner.Core.Storage::openDatabase, we have code that constructs the connection string. It doesn't handle quoting in any way.

We should figure out how to properly quote paths for LiteDB, and apply that quoting there.

See TODO[#179] in the code when fixing this.

ForNeVeR avatar Feb 26 '23 20:02 ForNeVeR