seph
seph
(This is here, because [`krypto`](https://github.com/kolide/krypto) doesn't have issues) We recently turn off testing the TPM package on windows. https://github.com/kolide/krypto/blob/1e8bbc1fe3449d94a5e59d4a91b1b6a3aa2c4f96/pkg/tpm/tpm_test.go#L1C1-L2 This is because testing there results in a near incomprehensible error...
I was chatting with an acquaintance about IPC issues inherent in #1085 and they mentioned that, at least on linux. we might be able to use `SO_PEERCRED` to good effect....
Working with the 1.0.0 release, I see some oddities around how the caching behavior works. Our current logic does something like: 1. The agent gets the hash of the blob...
osquery does not natively recognize the macOS root certificates. When I implemented osquery transport (#797) I added some logic to handle this in: https://github.com/kolide/launcher/blob/7b84aaaf112097ababf2a53bd238c42eff385742/cmd/launcher/extension.go#L231-L238 However, this logic is not applied...
Somewhere in our build automation, I think we stopped uploading to the GitHub release.
Osquery generates a json based spec file for its tables. There are times, I think launcher should as well. This is probably, at least partly based in the underlying `osquery-go`...
@RebeccaMahany noticed that our macOS build machines are floating, which means they'll shortly [change to macos-12](https://github.com/actions/runner-images/issues/6384). This may or may not cause issues. While we can lock our runners to...
When I'm looking at windows service manager logs, they have a field for `InstanceID`. Can we get that from inside launcher, and add it to the log lines? (I have...
I happened to typo a regex, and I noticed that `boost::algorithm::split_regex` started consuming a bunch of CPU. I don't know is this would have eventually caught itself and terminating. The...
I'm not really sure how github actions should be setup for this. But I'm pretty sure it's not automated enough.