Skip to content
Snippets Groups Projects
Unverified Commit 44e4e74e authored by Daniel's avatar Daniel
Browse files

DOC: Changelog changed a bit

parent f27c01e6
Branches
Tags
No related merge requests found
...@@ -38,8 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -38,8 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- #27 - star matches slashes (e.g. for `FIND ... STORED AT /*.dat`). - #27 - star matches slashes (e.g. for `FIND ... STORED AT /*.dat`).
- #30 - file path cannot be in quotes - #30 - file path cannot be in quotes
- #46 - Server-side scripting failed as an unprivileged user because the was no - #46 - Server-side scripting failed as an unprivileged user because there was
writable home directory. no writable home directory.
- NaN Double Values (see #41) - NaN Double Values (see #41)
- #14 - Handle files on file system without File entity: Those entries are - #14 - Handle files on file system without File entity: Those entries are
returned without ID but with a notice now. returned without ID but with a notice now.
...@@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security (in case of vulnerabilities) ### Security (in case of vulnerabilities)
- TLS is by default restricted to v1.2 and v1.3 now. - TLS is by default restricted to v1.2 and v1.3 now.
- #11 - `pam_authentication` and `ldap_authentication.sh` leaked the password to unprivileged - #11 - PAM and LDAP authentication no longer leak the password to unprivileged
processes on the same machine. processes on the same machine.
- #68 - Shadow sensitive information when logging for debugging purposes. - #68 - Shadow sensitive information when logging for debugging purposes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment