Martin Ohmann
Martin Ohmann
Hi, I discovered the following panic while using `SelectorMut::remove`: ``` thread 'main' panicked at 'index out of bounds: the len is 1 but the index is 2', /home/mohmann/.cargo/registry/src/github.com-1ecc6299db9ec823/jsonpath_lib-0.3.0/src/select/mod.rs:814:56 stack backtrace:...
Fixes https://github.com/AlexxIT/go2rtc/issues/238 Replaces URLs of the format `rtsp://user:password@localhost:8554` with `rtsp://user:xxxxx@localhost:8554` in logs. This is best-effort for now and does not handle cases where passwords appear in query strings. It should...
Updates #238 This solves the most prominent credential leak. With every new connection the passwords were leaked to the logs visible in the UI as well. With this change only...
Attempting to deploy Spinnaker to a Kubernetes cluster via halyard 2025.0.4 fails for us because the `aws` CLI bundled in the image is broken. ## Context We use the Kubernetes...