v3.14.0

chaitin/SafeLinev3.14.0Nov 30, 2023by delong8

AI Summary

Release introduces regex validation and removes Redis dependency to simplify the architecture.

Key Highlights

  • Added regex expression validation for black and white lists to prevent invalid patterns
  • Fixed event list table headers
  • Removed Redis dependency to reduce the number of running containers

New Features

  • Regex validation for black/white lists
  • Fixed event list headers

Full Release Notes

#### 新增

- 增加黑白名单正则表达式校验,避免 “_url_” 这类错误正则
- 事件列表固定表头 ([#443](https://github.com/chaitin/SafeLine/issues/443))

#### 优化

- 移除 redis 依赖,减少运行容器数量

#### 修复

- 修复黑白名单 CIDR 格式校验提示文案未翻译的问题
- 修复 safeline-tengine 容器提示缺少 MGT_API 的问题 ([#468](https://github.com/chaitin/SafeLine/issues/468))