Naxsi Versions Save

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX

0.53-rc1

10 years ago

Pre-release of naxsi 0.53 :

Naxsi-core 0.53 brings a lot of important features :

  • Added support for regex matchzones (documented in wiki as well)
  • Added scores and block flags to NAXSI_FMT
  • Added support for exclusion whitelists : wl:-4242 will whitelist all user rules (>=1000) except rule 4242.

And of course, various bugfixes :

  • Fixed a bug in case sensitivity where MixedCase URLs whitelist would not work
  • Fixed a bug in NAXSI_EXLOG, that would make the line disappear if main error_log was set to debug
  • Removed a leftover #debug define in naxsi_runtime.c

Extras :

  • A lot of work was done on improving unit tests (>90% coverage), and integrating GCOV/LCOV in build/test process

0.53

10 years ago

Note: A slight bug in disabling rules is present in this release. If you use this feature, please wait for 0.53-1 !

Naxsi-core 0.53 brings a lot of important features :

  • Added support for regex matchzones (documented in wiki as well)
  • Added scores and block flags to NAXSI_FMT
  • Added support for exclusion whitelists : wl:-4242 will whitelist all user rules (>=1000) except rule 4242.

And of course, various bugfixes :

  • Fixed a bug in case sensitivity where MixedCase URLs whitelist would not work
  • Fixed a bug in NAXSI_EXLOG, that would make the line disappear if main error_log was set to debug
  • Removed a leftover #debug define in naxsi_runtime.c

0.52-1

10 years ago

naxsi-core-0.52-1 brings the following features :

  • Added support for regex matchzones (documented in wiki as well)
  • Added scores and block flags to NAXSI_FMT

And of course, various bugfixes :

  • Fixed a bug in case sensitivity where MixedCase URLs whitelist would not work
  • Fixed a bug in NAXSI_EXLOG, that would make the line disappear if main error_log was set to debug
  • Removed a leftover #debug define in naxsi_runtime.c (present in tag 0.52)