Andrew Lilley Brinker

Results 131 issues of Andrew Lilley Brinker

Right now we incorporate third-party GitHub Actions by tags, but tags in Git are mutable, so we silently upgrade to newer versions when they're published. Instead, we should: - [...

type: enhancement

Currently, if you give Hipcheck a local repo to analyze that's checked out to an old ref, we'll produce an unclear error message. If you pass the `--ref` flag to...

type: enhancement

We currently only do CI testing and release binary builds for x86 Linux with `glibc`, running on Ubuntu 22.04. This means our pre-built binaries expect to be able to dynamically...

**Describe the bug** On the homepage the main body and footer don't have x-padding on all viewport widths, particularly near the breakpoint between the mobile and desktop styles. **To Reproduce**...

type: bug
product: website

It would be good if documentation pages could show when a new feature was added, and if sections could also be tagged with a "Since version X.Y.Z" pill. - [...

type: enhancement
product: website

We have a fairly complex set of artifacts we ship now, each with their own public API, and we should document exactly what their public API commitment is and what...

You can see the Windows releases for plugins are larger: https://github.com/mitre/hipcheck/releases/tag/affiliation-v0.1.0 Not sure why; need to investigate.

product: project

See: https://google.github.io/osv.dev/post-v1-query/

We expose some async APIs but don't currently document the cancellation safety of them. This is critical for explaining what kind of state the APIs may leave things in if...