You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signing-event should verify a few things about root changes:
existing files in root_history likely should never change (only new ones are added)
when root.json changes, the new file should match the versioned one added in root_history/
These should be easy to check, I'm just not sure where: most validity checks are in CIRepository, like _validate_role() but that seems too low level: something like signing_event.py:status() might be a better place...
The text was updated successfully, but these errors were encountered:
Signing-event should verify a few things about root changes:
These should be easy to check, I'm just not sure where: most validity checks are in
CIRepository
, like_validate_role()
but that seems too low level: something like signing_event.py:status() might be a better place...The text was updated successfully, but these errors were encountered: