Prevent sqlite INJECTION ATTACKS on your own iPhone?

Posted by Bonnie on Stack Overflow See other posts from Stack Overflow or by Bonnie
Published on 2010-04-15T21:26:15Z Indexed on 2010/04/15 21:33 UTC
Read the original article Hit count: 299

Filed under:
|
|
|
|

I always take precautions regarding SQL INJECTION ATTACKS when data is saved between someone's iPhone and a remote database on the cloud.

But is it also necessary to do the same... when just saving data (using sqlite) from someone's cell phone, to a database that's just on their own phone?

What's the worse they can do? Delete their own data (or tables) on their own phone? (If they really try hard enough.)

Thanks.

© Stack Overflow or respective owner

Related posts about sql

Related posts about sqlite