Alex Vanderpot
Alex Vanderpot
I agree. We could change everything to something like `X-Lunasec-User-Id` to make it more explicit but that may be more trouble than it's worth.
@tabell Thank you so much for your submission. You raise a valid point about the CLA process, we're looking into changing it to something simpler so you can get credit...
Check status also does not reflect ignored vulns https://github.com/firezone/firezone/pull/961/checks?check_run_id=8341094357
> I don't think there is any reason to make a new folder for this. We should just add this as a new "Stack" to the existing CDK folder. We...
This is an issue with the app, https://github.com/home-assistant/android/issues/1438
It looks like this issue comes from [this line](https://github.com/anchore/stereoscope/blob/403dd709a3fbe75143340f402cbdc27fba5d01af/pkg/file/temp_dir_generator.go#L48) in stereoscope which uses `os.MkdirTemp`. `os.MkdirTemp` [uses the value of the `TMPDIR` env var](https://cs.opensource.google/go/go/+/go1.17.7:src/os/tempfile.go;l=80), so you may be able to set...
> I've been running this patched into the current version of ArchiveBox for a while. As long as the user exists initially the SSO works as expected, however any auto-created...
I'm not sure this fits the security model of access. If cloudflared was adding these headers, couldn't the user spoof them with a malicious version of cloudflared? It seems like...
Is this subject to a race condition when configuring a host name like "*.mycompany.com"? I think connecting to two hosts at the same time with this patch could cause the...
Sure, In this case I have configured access like so: ``` alex@Alexs-MacBook-Pro> cloudflared access ssh-config --hostname '*.mycorp.com' --short-lived-cert Add to your /Users/alex/.ssh/config: Match host *.mycorp.com exec "/Users/alex/bin/cloudflared access ssh-gen --hostname...