Linuxfabrik
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...