mirror of https://github.com/Safe3/uuWAF
v6.6.0
parent
f3ac0f2801
commit
a8d050e313
|
@ -1,3 +1,14 @@
|
|||
## [6.6.0](https://github.com/Safe3/uuWAF/compare/v6.6.0...v6.5.0) (2025-02-24)
|
||||
|
||||
|
||||
### 功能更新
|
||||
|
||||
- 普通规则支持按照逻辑与(AND)、或(OR)、非与(NOT AND)、非或(NOT OR)来组织条件关系
|
||||
- 新增异常Cookie检测规则,拦截一些Cookie攻击绕过漏洞
|
||||
- 增强南墙Web管理后台在不同电脑屏幕大小下的网页兼容性
|
||||
|
||||
|
||||
|
||||
## [6.5.0](https://github.com/Safe3/uuWAF/compare/v6.5.0...v6.4.0) (2025-02-15)
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
6.5.0
|
||||
6.6.0
|
|
@ -1,3 +1,14 @@
|
|||
## [6.6.0](https://github.com/Safe3/uuWAF/compare/v6.6.0...v6.5.0) (2025-02-24)
|
||||
|
||||
|
||||
### Improvements
|
||||
|
||||
- Ordinary rules support organizing conditional relationships based on logical AND, OR, NOT AND, NOT OR.
|
||||
- Introduce new abnormal cookie detection rule to block certain cookie attacks and prevent vulnerabilities from being bypassed.
|
||||
- Enhance the webpage compatibility of the web management backend under different computer screen sizes.
|
||||
|
||||
|
||||
|
||||
## [6.5.0](https://github.com/Safe3/uuWAF/compare/v6.5.0...v6.4.0) (2025-02-15)
|
||||
|
||||
### Improvements
|
||||
|
|
BIN
docs/waf-install
BIN
docs/waf-install
Binary file not shown.
|
@ -1 +1 @@
|
|||
6.5.0
|
||||
6.6.0
|
Loading…
Reference in New Issue