SQL injections with noSQL databases?

piedezext

New Member
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 \[code\]mysql_escape_string\[/code\] 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?
 
Back
Top