I understand that Korma always generates parameterized SQL, at least for select and insert (I have not personally tested others), so Little Baby Tables should be fine.
Carefully examine how these values are returned from the database. Sanitary DB input does not protect against CSRF / XSS, etc. When working with Clojure and DB ↔ web interactions. I use the rule that all system components must encode data so that it is safe for the next server in the chain, and logical restrictions (for example, the maximum search size) are checked in advance in the ring middleware.
- /, . , . ( )