Linuxfabrik

Results 5 comments of Linuxfabrik

There is also a security aspect to this: Currently, if one sets a password as a variable (custom properties) on a service in a service set, the password is deployed...

Yes, on Apache, an OPTIONS request always returns `Allow: GET,POST,OPTIONS,HEAD`, what does not fit when using RewriteRules to forbid some methods. So for a scanner actually testing `CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PUT` would be...

IMHO from a security scanner perspective, you can't trust what OPTIONS returns. As seen above OPTIONS might not match at all if RewriteRules are used to allow/disallow different HTTP methods...

Hi @Thomas-Gelf thanks for the fast response 🙂 Let me explain our situation first. We have a data field called tags on every host object. It is of the data...

This is still occurring in Nextcloud version 21.0.5. ``` Error: Call to a member function getPath() on null in /var/www/html/nextcloud/lib/private/Files/Filesystem.php:901 Stack trace: #0 /var/www/html/nextcloud/lib/private/Encryption/Update.php(107): OC\Files\Filesystem::getPath() #1 /var/www/html/nextcloud/lib/private/Encryption/HookManager.php(40): OC\Encryption\Update->postUnshared() #2 /var/www/html/nextcloud/lib/private/legacy/OC_Hook.php(110):...