keachi
keachi
With Nextcloud 20.0.4 there are multiple false-positives. This PR will fix some of the false-positives. The following setup is used to reproduce the false-positives: * Nginx v1.14.1 * ModSecurity v3.0.4...
Hi there, I don't think it's a good idea to have a ldap bind password in the pam configuration file. Such a password should be in an external file and...
PAM has a limit of 1024 characters as parameters for modules [[0]](https://git.fedorahosted.org/cgit/linux-pam.git/tree/libpam/pam_handlers.c#n19). If multiple validation servers and multiple LDAP servers are specified, it's easy to have more characters. So an...
Hi, first, thank you for this awesome project, it's working very well. I have the following issue: A gitlab-rails exporter exports a metric with the following line: ``` curl -sk...
# Summary If showing multiple secrets with `vc ls -r somedir` it will show wrong secret paths by deleting the slash between `somedir` and the rest of the path. #...
``vc --version`` and ``vc --help`` has an exit status ``1``, IMHO this commands should have an exit status ``0``.
It would be very helpful if vc knows some default subcommands. Like if I enter: * ``vc directory/``, vc should print the output of ``vc ls directory/`` * ``vc directory/password``,...
I get a lot of disconnects. Sometimes it is stable for multiple minutes and then I get a disconnect and reconnect from the NetworkManager. I use Fedora 27 (which has...
**Is your feature request related to a problem? Please describe.** Before running Go-NEB I'd like to check if my configuration is valid. Either I start Go-NEB (but I just want...
Hi, first of all, thank you for this library! I found a little typo and would like to fix it. Additionally I also removed a bunch of trailing whitespaces.