File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ SAFELINE-CE CHANGELOG
55
66### 新增
77
8- ‒ 检测日志升级为** 攻击事件** ,自动聚合同一攻击 IP 短时间内的所有攻击日志,方便管理员进行监控和处置
9- ‒ 日志支持按时间([ #102 ] ( https://github.com/chaitin/safeline/issues/102 ) )、动作筛选
8+ - 检测日志升级为** 攻击事件** ,自动聚合同一攻击 IP 短时间内的所有攻击日志,方便管理员进行监控和处置
9+ - 日志支持按时间([ #102 ] ( https://github.com/chaitin/safeline/issues/102 ) )、动作筛选
1010
1111### 修复
1212
13- ‒ 修复添加/编辑站点时,上传证书处未翻译中文的问题
14- ‒ 修复数据统计中,“访问来源地区” 小概率出现的部分地区显示不正确的问题
13+ - 修复添加/编辑站点时,上传证书处未翻译中文的问题
14+ - 修复数据统计中,“访问来源地区” 小概率出现的部分地区显示不正确的问题
1515
1616## [ 2.2.0] - 2023-07-14
1717
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ order: 3
1010
1111## [ 2.3.1] - 2023-07-20
1212
13- ### 新增
13+ #### 新增
1414
15- ‒ 检测日志升级为** 攻击事件** ,自动聚合同一攻击 IP 短时间内的所有攻击日志,方便管理员进行监控和处置
16- ‒ 日志支持按时间([ #102 ] ( https://github.com/chaitin/safeline/issues/102 ) )、动作筛选
15+ - 检测日志升级为** 攻击事件** ,自动聚合同一攻击 IP 短时间内的所有攻击日志,方便管理员进行监控和处置
16+ - 日志支持按时间([ #102 ] ( https://github.com/chaitin/safeline/issues/102 ) )、动作筛选
1717
18- ### 修复
18+ #### 修复
1919
20- ‒ 修复添加/编辑站点时,上传证书处未翻译中文的问题
21- ‒ 修复数据统计中,“访问来源地区” 小概率出现的部分地区显示不正确的问题
20+ - 修复添加/编辑站点时,上传证书处未翻译中文的问题
21+ - 修复数据统计中,“访问来源地区” 小概率出现的部分地区显示不正确的问题
2222
2323## [ 2.2.0] - 2023-07-14
2424
Original file line number Diff line number Diff line change @@ -150,9 +150,9 @@ mount_path=`docker inspect --format '{{range .Mounts}}{{if eq .Destination "/log
150150safeline_path=` dirname $mount_path `
151151
152152while [ -z " $safeline_path " ]; do
153- echo -e -n " \033[34m[SafeLine] 未发现正在运行的雷池,请输入雷池安装路径: \033[0m"
153+ echo -e -n " \033[34m[SafeLine] 未发现正在运行的雷池,请输入雷池安装路径 (留空则为 ' ` pwd ` ') : \033[0m"
154154 read input_path
155- [[ -z " $input_path " ]] && input_path=$safeline_path
155+ [[ -z " $input_path " ]] && input_path=` pwd `
156156
157157 if [[ ! $input_path == /* ]]; then
158158 warning " '$input_path ' 不是合法的绝对路径"
You can’t perform that action at this time.
0 commit comments