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

TUF upgrade #485

Merged
merged 3 commits into from
Dec 5, 2024
Merged

TUF upgrade #485

merged 3 commits into from
Dec 5, 2024

Conversation

jku
Copy link
Member

@jku jku commented Dec 4, 2024

This is a TUF, securesystemslib (and by extension sigstore) dependency upgrade

  • Both TUF and securesystemslib had some significant work done in these releases: need to test well before deploying
  • Tried to keep changes to minimum, so some new TUF API is not used on purpose to achieve that

jku added 3 commits December 4, 2024 15:28
envvar signer no longer exists, use private key in file
* expiry is in UTC since naive datetimes should not be used anymore
  (utc import is different in the two places since "from datetime import
  UTC is not available in python 3.9 yet)
* verify_delegate is now a method of Root and Targets, not Metadata
* The verify_delegate() change makes it reasonable to change
  CIRepository._validate_role() argument type

Most new TUF API is not used yet: I'm trying to keep this minimal.
@jku
Copy link
Member Author

jku commented Dec 5, 2024

I've read it through and tested locally: Seems good to go to me

@jku jku marked this pull request as ready for review December 5, 2024 10:45
@jku jku requested a review from kommendorkapten as a code owner December 5, 2024 10:45
@jku jku merged commit 8ef13fc into theupdateframework:main Dec 5, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants