Skip to content

Add root metadata class to new TUF metadata model #1137

Closed
@lukpueh

Description

@lukpueh

Description of issue or feature request:

Add root metadata class to tuf.api.metadata module and implement (de)serialisation methods (to_dict and from_dict) and adequate metadata update methods (see tuf.api.Signed-subclasses for inspiration).

Current behavior:
No Root class in tuf.api.metadata

Expected behavior:

# In tuf/api/metdata.py
class Root(Signed):
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions