Conversation

What do you mean incompatible with their security policy? They have one of the strongest attempts at writing correct and safe C code that I've seen in any project. They have extensive testing and fuzzing of the database format including applying dynamic analysis features.
1
And it is true that they do a great job limiting the attack surface, writing clear / simple code and applying amazingly thorough testing that I've never seen in any other open source project. If SQLite's approach to security with C is not good enough then it's clearly not doable.
1
1
And they do still have occasional memory corruption bugs shipped in production via both database files and perfectly normal / trusted SQL statements. It's unreasonable to say they are being irresponsible, not writing good enough code or not doing enough testing. They're great.
1
1