Mongoose and Query Injection when using Javascript? Mongoose and Query Injection when using Javascript? mongodb mongodb

Mongoose and Query Injection when using Javascript?


Mongoose does not protect against query injection so unfortunately you will need to perform your own injection detection following the guidelines from the link above.