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

is Naxsi will work for gRPC request? #575

Closed pandey-adarsh147 closed 11 months ago

pandey-adarsh147 commented 2 years ago

Curious to know, we are exploring WAF which can work in gRPC request. Most of the WAF like ModSecurity not able to analyse grpc request body. Any suggestion.

wargio commented 2 years ago

Potentially it could via RAW_BODY rules, but it will be a pain to maintain, and configure due the protocol buffer encoding. I would not suggest to use NAXSI for this usage