Skip to content

Commit 4f5783f

Browse files
author
Jussi Kukkonen
committed
Fix METAFILES definition to match the text
The text makes it clear that both "length" and "hashes" are optional and not dependent on each other. The object format seems to imply that both should not be included at the same time: DELEGATIONS uses the same construct to express exactly that. Express more clearly that the attributes are not dependent on each other.
1 parent 7380e1a commit 4f5783f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tuf-spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# <p align="center">The Update Framework Specification
22

3-
Last modified: **25 November 2020**
3+
Last modified: **1 December 2020**
44

5-
Version: **1.0.13**
5+
Version: **1.0.14**
66

77
We strive to make the specification easy to implement, so if you come across
88
any inconsistencies or experience any difficulty, do let us know by sending an
@@ -734,8 +734,8 @@ repo](https://github.com/theupdateframework/specification/issues).
734734

735735
{ METAPATH : {
736736
"version" : VERSION,
737-
("length" : LENGTH, |
738-
"hashes" : HASHES) }
737+
("length" : LENGTH,)
738+
("hashes" : HASHES) }
739739
, ...
740740
}
741741

0 commit comments

Comments
 (0)