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

AppleJack

Compare
Choose a tag to compare
@blotus blotus released this 04 Nov 13:53
· 446 commits to master since this release

Release of naxsi 0.53-1 :

Naxsi-core 0.53-1 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