Hanno Böck
Hanno Böck
Your sample tool expects the filename to be passed with -i. I think this could be made simpler by just accepting a filename, e.g. ds_storeviewer [path_to]/.DS_Store Also in case no...
The secret created by the createSecret() function is too short according to the standard. The TOTP standard references the HOTP RFC for the algorithm, which is RFC 4226. It says:...
Recently there was an incident where the OCSP server from Identrust (used by the Let's Encrypt intermediate) was not working and for a while nobody noticed [1]. testssl could discover...
Most certificates have a CA Issuers field in the authority information access (AIA) section that contains an URL where one can download the intermediate. This should be application/pkix-cert and a...
**Is your feature request related to a problem? Please describe.** I'm maintaining ejabberd for a linux distribution (Gentoo). A lot of work is caused by the fact that ejabberd has...
Describe the bug ---------------- I noticed each restart of clamd causes an error in the log file: ``` ERROR: Can't unlink the pid file /var/run/clamd.pid ``` The problem seems rather...
I noticed in an installation of Mattermost via the Docker container that it sends the "X-Frame-Options: SAMEORIGIN" header twice. This is probably not intended.
I'm not sure if the bug tracker is the best place to discuss this, but I guess I'll try anyway: I'm maintaining servers where several people run Nextcloud and lately...
I think it would be nice if the webpage for the HSTS preload list contained info where to actually get the preload list. The link goes to the github mirror...
The logs show warnings of "Undefined variable $useAtom" for lines 215/218 in serendipity_plugin_syndication.php. This fixes these, it's basically the same as https://github.com/s9y/Serendipity/commit/a3253a0d5512c484d72df973c32e7f46e810bb28 just for two more uses of this variable....