v1.10.13-lts
1Panel-dev/1Panelv1.10.13-ltsJul 23, 2024by wanghe-fit2cloud
AI Summary
Addresses critical security vulnerabilities and fixes installation issues for specific applications like Gitea.
Key Highlights
- Fixed potential SQL injection vulnerabilities
- Fixed Gitea installation error when selecting PostgreSQL
- Fixed file upload permissions inconsistency
New Features
- Security patch for SQL injection vulnerabilities
Full Release Notes
## 问题修复 * 【应用商店】修复了安装 Gitea 应用时选择 PostgreSQL 数据库,点击去安装按钮报错的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/5908 * 【应用商店】修复了 Go 和 Java 运行环境应用在详情页面点击安装按钮时跳转错误的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/5909 * 【网站】修复了上传文件权限与 index 目录权限不一致的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/5868 * 【网站】修复了网站设置页面上传的证书在证书列表页面显示异常的问题。 by @zhengkunwang223 in https://github.com/1Panel-dev/1Panel/pull/5869 * 【日志审计】修复了部分操作日志解析错误的问题。 by @ssongliu in https://github.com/1Panel-dev/1Panel/pull/5917 * 【系统】修复了系统中部分潜在的 SQL 注入漏洞。 * 【X-Pack】修复了 1Panel 服务重启后可能导致防篡改状态显示异常的问题。