Andrew Lilley Brinker
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: - [...
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...
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**...
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. - [...
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.
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...