Dave Walker
Dave Walker
The links are are erroneously including the git hash in the url: As an example, you can see the hash in the URL, when linking to the file: `https://github.com/
**Describe the bug** APT signing key for http.re4son-kernel.com has expired and been updated with a new expiry. **To Reproduce** Can be demonstrated with an `apt update` ``` $ sudo apt...
Previously with HTTP API enabled on brenchmarking run, it is possible to cause a segfault due to an issue handling the m_httpd pointer and rebinding. - Initialize m_httpd to nullptr...
### Name and Version bitnami/rclone:1 ### What architecture are you using? None ### What steps will reproduce the bug? Use rclone with fuse, which was functional and introduced with https://github.com/bitnami/containers/pull/50118...
Currently the username and password is exposed through ps. It would be good if this is hidden via setproctitle. Something like: ``` diff --git a/winrm.go b/winrm.go index a1707ca..cd7b4d3 100644 ---...
Minor issue with the User-Agent field value not following the convention of [rfc7231](https://tools.ietf.org/html/rfc7231#section-5.5.3) or [rfc2616](https://tools.ietf.org/html/rfc2616#section-14.43). https://github.com/calebstewart/python-htb/blob/940d11de2179a7d8941f77c9ab269982246bfe73/htb/connection.py#L125 https://github.com/calebstewart/python-htb/blob/940d11de2179a7d8941f77c9ab269982246bfe73/htb/connection.py#L163
Previously, the command `htb lab import` would fail. This is because it was writing an empty file, as the write() would be buffered and not flush to file before the...
``` ❯ htb lab import [!] failed to import vpn configuration [!] tip: try importing the config manually and fixing any network manager issues: nmcli connection import type openvpn file...
Super project. It would be great to be able to submit content via DNS, rather than just retrieve! :bulb:
Previously only To was supported on rfc822 importing and Cc/Bcc was silently dropped. This change adds support (and related test) for these two fields. Signed-off-by: Dave Walker (Daviey) [email protected]