Hank Donnay

Results 79 issues of Hank Donnay
trafficstars

Had a wild hair over the weekend a wrote [ragel] machines for CVSS vectors. This also needed a second CVSSv4 parser for the fragments that are used in the scores,...

See: golang/go#67401 The `gobin` package currently uses this to distinguish between "error reading go dependency information" and "not a go binary". If there's some other feature of go-produced ELF or...

**Stack:** * https://github.com/quay/clair/pull/2101 * https://github.com/quay/clair/pull/2102 * https://github.com/quay/clair/pull/1817 * https://github.com/quay/clair/pull/2103 * https://github.com/quay/clair/pull/2104 * https://github.com/quay/clair/pull/1974 --- introspection: use metrics-based health check implementation Signed-off-by: Hank Donnay

**Stack:** * https://github.com/quay/clair/pull/2101 * https://github.com/quay/clair/pull/2102 * https://github.com/quay/clair/pull/1817 * https://github.com/quay/clair/pull/2103 * https://github.com/quay/clair/pull/2104 * https://github.com/quay/clair/pull/1974 --- health: PoC for health checks via otel metrics Signed-off-by: Hank Donnay

**Stack:** * https://github.com/quay/clair/pull/2101 * https://github.com/quay/clair/pull/2102 * https://github.com/quay/clair/pull/1817 * https://github.com/quay/clair/pull/2103 * https://github.com/quay/clair/pull/2104 * https://github.com/quay/clair/pull/1974 --- introspection: implement OTLP support for metrics and traces This should allow a Clair instance to use...

While looking at adding a capnproto-rpc interface to a project, I came to the conclusion that there's no equivalent to [`http.Server`](https://pkg.go.dev/net/http#Server)'s `BaseContext`/`ConnContext`. This makes context propagation a chore, as a...

This fixes some bugs and moves the test fixtures to external files (something that was bugging me). Closes: #1382

This adds a config for building an `opentelemetry-collector` binary and a small `Makefile` to document its use.

I was looking at using DRPC and would want to run it on the same server connection as an existing API. ALPN is the "native" way to do this, so...

While working on #869, I got to a point where I wasn't sure if I could trust the test suite, which is an untenable state of affairs. This is splitting...