Jens Erat
Jens Erat
By the way, thinking deeper about Zabbix, sudo and nmap I stumbled over a post [Reminder of why we don't suid root binaries that read/write to the filesystem.](http://synfin.net/papers/nmap-suid.txt), and I...
You could also dump scripts somewhere for enabling such potentially insecure configurations, and document running this if somebody wants to use sudo and nmap.
Just wanted to leave a note that I won't tackle cleaning up the Dockerfile; after moving the container to a production host and MySQL not surviving the migration (still don't...
I persisted MySQL to a folder on the host from the start, checked for permissions after migrating (which -- thanks to Docker and virtualized UIDs -- are not an issue...
This also happens in `restic --help`, where the repo URL (including the basic auth password) is listed as default for `--repo`.
Sure! It happens when the help is printed, and lists the password in the defaults of the `--repo` flag. I purged some of the many help lines for brevity (scrolls...
Indeed, my original report missed that detail. ~~Checking further, this also happens for all kinds of (error) messages involving the repository.~~ (just realized I was indeed mixing up old and...
@rawtaz any news on this? I'd be fine with providing a pull request, but it looks to me like this is not only a concept, but pretty much code already....
Which status response, where can I fetch it from? There is a code 100 in `r.text`, I guess that's not what you're after?
Aye, `r` for response. ;) Seems to be a reasonable error code, 400. But indeed, at least in the lines between sending the request and continuing with the response contents...