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
The issue is that despite all of that, there are still occasional memory corruption bugs in a complex program. I could be talking about something like audio and video codecs / containers but I picked SQLite because I can't come up with a better written and tested example.