Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Releases: nbs-system/naxsi

AppleJack

30 Oct 15:28
Compare
Choose a tag to compare
AppleJack Pre-release
Pre-release

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

AppleJack

08 Oct 14:43
Compare
Choose a tag to compare
AppleJack Pre-release
Pre-release

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

Applejack (0.52-1)

04 Sep 09:30
Compare
Choose a tag to compare
Applejack (0.52-1) Pre-release
Pre-release

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)