Skip to content

v4.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ADD-SP ADD-SP released this 16 Mar 16:46
31f1d2c

[4.0.0-beta.2] - Wed Mar 17 2021 00:32:46 GMT+0800

WARNING

This version contains breaking changes.

Added

  • Added some parameters to waf_mode and waf_cc_deny_limit (368db2b).

Changed

  • Abort instruction: waf_mult_mount. The function of this directive has been merged into the directive waf_mode.

Fixed

  • Fixed an error in the name of the built-in variable waf_rule_details,
    which was set to waf_rule_deatails in a previous version of the code.

  • No more superfluous inspections.

  • Completely resolve compatibility issues with the ngx_http_rewrite_module.

  • Fixed an issue where CC attack protection failed when compatibility mode was enabled, which only existed in v4.0.0-beta.1.


[4.0.0-beta.2] - 北京时间 2021 年 03 月 17 日 00:32:46

警告

此版本包含不兼容的更新(breaking changes)。

新增

  • waf_modewaf_cc_deny_limit 增加了一些参数(368db2b)。

改动

  • 废弃配置项 waf_mult_mount,该配置的功能已经合并到了配置项 waf_mode 中。

修复

  • 更正了内置变量 waf_rule_details 的名称错误,该变量的名称在之前的版本代码中被设置为 waf_rule_deatails

  • 不再进行冗余的检测。

  • 彻底解决了与 ngx_http_rewrite_module 的兼容性问题。

  • 修复了在开启兼容模式后 CC 防护失效的问题,这个问题只存在于 v4.0.0-beta.1