pull/11/head
Safe3 2022-11-12 09:34:04 +08:00
parent 8be47918ad
commit 847bf1e204
8 changed files with 21 additions and 7 deletions

View File

@ -1,3 +1,21 @@
## [2.1.2](https://github.com/Safe3/uuWAF/compare/v2.1.2...v1.9.3) (2022-11-11)
### Bug 修复
* 修复日志管理功能Url过长时日志显示不全的问题
* 修复在selinux开启时WAF服务进程不能正常启动的问题
### 新增变更
* 增强默认安装初始化数据库密码、JWT密钥安全性随机化生成
* 升级OpenSSL组件到最新1.1.1s版
## [1.9.3](https://github.com/Safe3/uuWAF/compare/v1.9.3...v1.9.0) (2022-10-10)

View File

@ -2,6 +2,7 @@ article img.sd {
display: block;
box-shadow: 0 3px 15px 3px rgba(40, 40, 40, 0.5);
margin-top: 20px;
border-radius: 3%;
}
article h2 img.emoji {

1
docs/_media/pattern.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 226 KiB

BIN
docs/_media/rule0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
docs/_media/waf0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -10,7 +10,7 @@
- 处理器64位 1千兆赫(GHz)或更快。
- 内存不小于1G
- 磁盘空间不小于16G
- 系统RHEL 7及以上相关兼容Linux x86_64系统如CentOS、AlmaLinux、Anolis、Rocky Linux等
- 系统RedHat 7及以上相关兼容Linux x86_64系统如CentOS、AlmaLinux、Anolis、Rocky Linux等
```
@ -28,9 +28,3 @@ sudo wget https://waf.uusec.com/waf-install && chmod +x waf-install && ./waf-ins
```
?> 安装成功后会显示 “ 恭喜您,安装成功!”
!> 注意:安装完成后请第一时间修改/uuwaf/web/conf/conf.yaml文件中的jwtKey登录认证加密密钥然后执行如下命令使配置生效。
```bash
/uuwaf/waf-service -s restart
```

Binary file not shown.