Hank Donnay
Hank Donnay
The osv representation of [GHSA-28f8-hqmc-7ph8](https://github.com/advisories/GHSA-28f8-hqmc-7ph8) represents the version constraints as: ``` "ranges": [ { "type": "SEMVER", "events": [ {"introduced": "1.0.8"}, {"fixed": "1.0.7"} ] } ], ``` This seems wrong --...
### Question When using the `regclient.New` Go API, how do I get a `rwfs.RWFS` implementation to use with `regclient.WithFS`? The type being in an internal package is odd but should...
SQLite attempts to open WAL files alongside the database, which is a problem when running the tests out of a module download.
This sets up some support infrastructure to unify naming across claircore. The goal is to be able to pass around names as strings instead of interface objects. I'm unsure about...
This is the code I wrote in parallel with writing #1032. This branch has the net-new code added, with the caveat that the URN package needs an expanded test suite...
Saw some errors on quayio's instance related to variable expansions. Checking the buildkit dockerfile frontend, it supports the whole compliment of POSIX expansions and bash-style replace (`${var/pat/word/}`). This PR implements...
These changes are the result of trying to go through and apply a uniform style to the `datastore/postgres` package. ## TODO - [x] metrics pass - [x] coverage pass --...
This is a little proof-of-concept for a [devcontainer](https://containers.dev/). My workflow (neovim and a mess of terminals) doesn't really integrate with devcontainers the way VS Code does, so I ended up...
Fixes for #1230. Thanks @pandatix for the concise bug report!