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

Fix regex options for recent Nginx #637

Closed rchason-quoin closed 1 year ago

rchason-quoin commented 1 year ago

The current Nginx expects the regex options to be NGXREGEX* rather than the bits from PCRE. Without this change, regexes with these options set won't compile. In particular, "rx:" rules don't work.

wargio commented 1 year ago

This repository has been abandoned and this issue has been fixed (amongst many others) in the latest release here. Fore more information please check: https://github.com/nbs-system/naxsi/issues/630 and https://github.com/nbs-system/naxsi/pull/631