Hi guys,
I am using mongoDB currently, and I am wondering what measures we should take to ensure that any data that could cause problems isn't stored. I believe that normal PHP functions like mysql_escape_string
isn't going to help here...
Is there SQL injections for noSQL databases and especially mongoDB?
If so, what can we do to protect us from them?