Update 0.3.5.md

This commit is contained in:
Stefan Pejcic
2024-11-08 15:45:57 +01:00
committed by GitHub
parent 6422d08317
commit e64f434693

View File

@@ -24,8 +24,14 @@ Not yet released.
- *Unauthorized File Access via View Function* path traversal vulnerability in 'view file' function on the 'OpenPanel > File Manager' page allowed an attacker to manipulate the file path and view files from the OpenPanel UI container.
### 🐛 Bug fixes
- [#66](https://github.com/stefanpejcic/OpenPanel/issues/66), [#208](https://github.com/stefanpejcic/OpenPanel/issues/208), [#265](https://github.com/stefanpejcic/OpenPanel/issues/265), [#266](https://github.com/stefanpejcic/OpenPanel/issues/266), [#268](https://github.com/stefanpejcic/OpenPanel/issues/268), [#269](https://github.com/stefanpejcic/OpenPanel/issues/269), [#271](https://github.com/stefanpejcic/OpenPanel/issues/271)
- Fixed multiple bugs with [install script on Debian12 Hetzner ISO](https://community.openpanel.org/d/110-installation-issue/6).
- [Password reset for openpanel users does not end all active sessions on that user #66](https://github.com/stefanpejcic/OpenPanel/issues/66)
- [Error when changing email settings #208](https://github.com/stefanpejcic/OpenPanel/issues/208)
- [phpmyadmin gives token error #265](https://github.com/stefanpejcic/OpenPanel/issues/265)
- [Weird error when I add domain #266](https://github.com/stefanpejcic/OpenPanel/issues/266)
- ['Supplied non-number argument' error when creating emails #268](https://github.com/stefanpejcic/OpenPanel/issues/268)
- [_mysql_connector.MySQLInterfaceError: MySQL server has gone away #269](https://github.com/stefanpejcic/OpenPanel/issues/269)
- [[Errno 2] No such file or directory: '/etc/openpanel/clamav/domains.list' #271](https://github.com/stefanpejcic/OpenPanel/issues/271)
- [Bug with install script on Debian12 Hetzner ISO](https://community.openpanel.org/d/110-installation-issue/6).
### 💅 Polish
- Python version for OpenPanel is updated from `3.10` to `3.12`.