Andrew Lilley Brinker
Andrew Lilley Brinker
(This would likely be made easier by landing #171 first) To prove out the value of Hipcheck, we ought to, perhaps in CI or on some regular cadence, run Hipcheck...
Options include: - Insta: https://insta.rs/ - `trycmd`: https://docs.rs/trycmd/latest/trycmd/ - `cram`: https://bitheap.org/cram/ - `snapbox`: https://crates.io/crates/snapbox
This was originally part of the MVP, but is being made into its own issue as I've opted to push for the website to be "real" without waiting for the...
Before we fully got the team together for our current work on Hipcheck, I wrote up a doc to explain what we would be doing, how the team would run,...
It's very slow (roughly 40 minutes): https://github.com/mitre/hipcheck/actions/runs/9617044102 Should look into how to speed this up. It's not a task we run frequently, but this still seems excessive.
In an exported SVG which you may, for example, want to render with an `` tag in an HTML document, the ampersand is expected to be encoded with `&`. Right...
Redesign
This is a complete redesign of the OmniBOR website, with a new look, new content, and a blog. I've taken care to not break any links to the existing site,...
See title. Good to dogfood this.
- [x] #457 - [ ] #471 - [ ] Implement late-binding for JSON pointers - [x] #400 - [x] #401
This commit moves the two Hipcheck "macro" libraries (`hipcheck-macros` and `hipcheck-sdk-macros`) under the `libraries/` folder, which going forward will be used as the directory for any support library crates we...