Conversation
Contributor
Author
|
Tested locally with Note, this was 100% Gemini-generated. I reviewed all of the code and tested as many edge cases as I could think of, but I have almost no knowledge of TS so apologies in advance if there's any stylistic weirdness. |
* Fetch entries dynamically from a C2SP tile-based tlog * Added settings overrides and URL parameters for togging Rekor v2 contexts * Added HashedRekord002Viewer to handle new spec schema. In trying to minimize the number of changes, all certs are PEM-wrapped to use the same parsing logic * Various UI cleanups to deal with v1 vs v2 differences, e.g. no entry UUID, no integrated timestamp Signed-off-by: Hayden <8418760+Hayden-IO@users.noreply.github.com>
Hayden-IO
commented
Mar 23, 2026
| name: "Subject Alternative Name", | ||
| toJSON(rawExtension: Extension) { | ||
| return new SubjectAlternativeNameExtension(rawExtension.rawData).toJSON(); | ||
| return new SubjectAlternativeNameExtension( |
Contributor
Author
There was a problem hiding this comment.
Parsing was not working without .names - I'm not certain why, but this causes no issues for Rekor v1.
| actualRekord.verifier || | ||
| actualRekord.Verifier; | ||
|
|
||
| const rawKey = |
Contributor
Author
There was a problem hiding this comment.
Is this block handling too many permutations of field names?
ejahnGithub
reviewed
Apr 16, 2026
| actualRekord.verifier || | ||
| actualRekord.Verifier; | ||
|
|
||
| const rawKey = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release Note
Documentation