nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

Does Naxsi work with mongo? #557

Closed anthugo closed 3 years ago

anthugo commented 3 years ago

I need to use it on a system that use mango, but does it work fine with mongo DB?

wargio commented 3 years ago

?I don't get your question. you want to put naxsi between the frontend and the backend?

anthugo commented 3 years ago

Nope, sorry my question was really bad formulate. i wanted to ask if naxsi can detect injection on mongo? Because mango is not based on SQL (like mariaDB, SQLlite,...), and the injection "pattern" are not the same.

wargio commented 3 years ago

as is no, but you can always do input sanitization via its rules

wargio commented 3 years ago

but you need to manually write them

anthugo commented 3 years ago

Okay thanks. I will try :).