Skip to content

Commit 47dcca9

Browse files
committed
Document standard fields in signed portion for all metadata files
Be explicit that standard fields in the signed portion match the definitions for the same fields in root.json Signed-off-by: Joshua Lock <[email protected]>
1 parent 212dce4 commit 47dcca9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tuf-spec.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,8 @@ repo](https://github.com/theupdateframework/specification/issues).
724724
"meta" : METAFILES
725725
}
726726

727+
SPEC_VERSION, VERSION and EXPIRES are the same as is described for the root.json file.
728+
727729
METAFILES is an object whose format is the following:
728730

729731
{ METAPATH : {
@@ -798,6 +800,8 @@ repo](https://github.com/theupdateframework/specification/issues).
798800
("delegations" : DELEGATIONS)
799801
}
800802

803+
SPEC_VERSION, VERSION and EXPIRES are the same as is described for the root.json file.
804+
801805
TARGETS is an object whose format is the following:
802806

803807
{ TARGETPATH : {
@@ -981,6 +985,8 @@ repo](https://github.com/theupdateframework/specification/issues).
981985
"meta" : METAFILES
982986
}
983987

988+
SPEC_VERSION, VERSION and EXPIRES are the same as is described for the root.json file.
989+
984990
METAFILES is the same as described for the snapshot.json file. In the case
985991
of the timestamp.json file, this MUST only include a description of the
986992
snapshot.json file.

0 commit comments

Comments
 (0)