Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded root.json is expired #294

Open
cmurphy opened this issue Sep 17, 2024 · 1 comment
Open

Embedded root.json is expired #294

cmurphy opened this issue Sep 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cmurphy
Copy link
Contributor

cmurphy commented Sep 17, 2024

Description

The default root.json for the public good instance expired last week:

"expires": "2024-09-12T06:53:10Z",

Version

$ git rev-parse --short=8 HEAD
ce459a84
@cmurphy cmurphy added the bug Something isn't working label Sep 17, 2024
@haydentherapper
Copy link
Contributor

That's fine, this metadata is the root of trust for the TUF metadata. As per the TUF spec, a TUF client will download N+1 versions until it receives an error, verify N-1 signed N, and then check the timestamp on the most recent root metadata.

We should still update the root as an optimization though so that clients don't have to download the latest root metadata each time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants