SQL injections with noSQL databases? SQL injections with noSQL databases? mongodb mongodb

SQL injections with noSQL databases?


See MongoDB's documentation:

Generally, with MongoDB we are not building queries from strings, so traditional SQL Injection attacks are not a problem.

There are other issues to be aware of, so it's worth giving that page a read.