Marina Moore
Marina Moore
**Description of issue or feature request**: Implement [TAP 14: Managing TUF versions](https://github.com/theupdateframework/taps/blob/master/tap14.md) **Current behavior**: TUF clients will not be able to safely update once the repository moves to a new...
Add [tap12](https://github.com/theupdateframework/taps/blob/master/tap12.md) to the reference implementation. This TAP allows for greater flexibility in how keyids are generated. This will require the following changes to the client: - [x] Remove all...
Once delegations are added in #175, `AddTargetsWithDigest` from #170 will need to be updated to support delegated targets roles.
We added delegation support in #175. Now, it would be great to add support for them to the CLI. I envision something like the following: * `delegate from_role to_role namespace`...
Implement [TAP 13: User Selection of the Top-Level Target Files Through Mapping Metadata](https://github.com/theupdateframework/taps/blob/master/tap13.md) Implementing this TAP will allow users to choose their own set of trusted targets metadata instead of...
Solves #128 It might be nice to clarify what implementations there are in other languages, but I couldn't find an active list of all the TUF implementations and don't think...
Add an alternative to the `remote-store` that supports downloading from a registry. We could support downloading from the registry either by tag or by digest. cc @sudo-bmitch
This is my attempted takeover of #86. Based on discussion in that pr, I decided to explicitly recommend that fast forward attack recovery for delegated targets roles requires replacement of...
The specification refers to files and filesystem operations done on a local filesystem. Some implementations may use TUF on distributed systems or a different non-traditional file backend. To support these...
In [Document formats](https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#document-formats--document-formats) the spec states that > If a backwards incompatible format change is needed, a new filename can be used. This looks like an artifact from before we...