“The Simple.Data blog post is built upon half-truths and sleight of hand. Microsoft.Data supports parameters. Your stuff is vuln to concat.”
Apology by me:
I didn’t know that Microsoft.Data supported parameters. Sorry.
And yes, Simple.Data is also vulnerable to SQL injection through concatenated SQL, as is anything that lets developers execute text SQL statements against a database.
However, what I’m trying to do with this project is explore other, non-text-based ways of interacting with a database that are not as complicated as full-blown ORMs.
Simple.Data is clearer, makes people say more things with less code. Really good stuff!
ReplyDelete