From 44e4e74e3807d016a7c12d16ffecfd51e36bc6fe Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 18 Jun 2020 11:00:58 +0200 Subject: [PATCH] DOC: Changelog changed a bit --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78cb02fb..c2d2fe79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`). - #30 - file path cannot be in quotes -- #46 - Server-side scripting failed as an unprivileged user because the was no - writable home directory. +- #46 - Server-side scripting failed as an unprivileged user because there was + no writable home directory. - NaN Double Values (see #41) - #14 - Handle files on file system without File entity: Those entries are 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 ### Security (in case of vulnerabilities) - 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. - #68 - Shadow sensitive information when logging for debugging purposes. -- GitLab