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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
There may be components here that could be integrated into the python tuf library, and changes in TUF that would help this tool. Some ideas:
Try to separate individual Metadata editing functionality from the rest (the parts that do not require knowledge of the rest of the repository)
the way ngclient internals are used is not ideal:
maybe TrustedMetadataSet should be more public?
should tufrepo re-implement the updater metadata loading (so it didn't need to do the tricks with Filesystemfetcher and then modifying the internal TrustedMetadataSet)
tuf.api.metadata.Targets should have a add_key() method
Modifying tuf.api.metadata.Targets.delegations is hard to do correctly currently
The text was updated successfully, but these errors were encountered:
There may be components here that could be integrated into the python tuf library, and changes in TUF that would help this tool. Some ideas:
The text was updated successfully, but these errors were encountered: