修复漏洞

This commit is contained in:
icret
2023-03-04 01:57:30 +08:00
parent 8da26ca463
commit 3434282bbb
6 changed files with 54 additions and 24 deletions

View File

@@ -1,4 +1,7 @@
* 2023-02-25 v2.7.6
* 2023-03-04 v2.7.6 dev
- 增加删除文件时限定目录
- 增强对SVG格式过滤以避免产生xss 致谢:[xulei1112](https://github.com/xulei1112)
- 修复弱类型验证导致的异常登录 致谢:[xulei1112](https://github.com/xulei1112)
- 更换加密删除链接算法 - 链接更短
- 完全兼容 PHP5.6-8.0

View File

@@ -1,4 +1,4 @@
> 推荐环境Nginx + PHP≥7.0 + linux
> 推荐环境Nginx + PHP≥7.0 + Linux
#### windows:
- 下载简单图床 [最新版](https://github.com/icret/EasyImages2.0/archive/refs/heads/master.zip)|[稳定版](https://github.com/icret/EasyImages2.0/releases) 上传至web根目录
@@ -14,6 +14,5 @@ chown -R www:www /安装目录
```
#### BT宝塔面板
- 1. 软件商店 $\Rightarrow$ 一键部署 $\Rightarrow$ 搜索`简单图床`一键部署稳定版
- 1. 软件商店 → 一键部署 → 搜索`简单图床`一键部署稳定版
- 2. 使用上边的`Linux`方法搭建
- 安装环境: Ngixn(推荐) / Apache + PHP(推荐≥7.0)