Skip to content

Commit 77e53c7

Browse files
authored
Merge pull request #180 from joshuagl/joshuagl/fix-bs
Fix build breakage on master
2 parents c6c985a + 04b2847 commit 77e53c7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tuf-spec.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Boilerplate: copyright no, conformance no
1616
Local Boilerplate: header yes
1717
Markup Shorthands: css no, markdown yes
1818
Metadata Include: This version off, Abstract off
19-
Text Macro: VERSION 1.0.21
19+
Text Macro: VERSION 1.0.22
2020
</pre>
2121

2222
Note: We strive to make the specification easy to implement, so if you come
@@ -709,7 +709,7 @@ The "signed" portion of <a>root.json</a> is as follows:
709709
::
710710
One of "root", "snapshot", "targets", "timestamp", or "mirrors".
711711
A role for each of "root", "snapshot", "timestamp", and "targets" MUST be
712-
specified in the key list. The role of "mirror" is OPTIONAL. If not
712+
specified in the roles object. The role of "mirror" is OPTIONAL. If not
713713
specified, the mirror list will not need to be signed if mirror lists are
714714
being used.
715715

@@ -1007,7 +1007,7 @@ as is described for the <a>root.json</a> file.
10071007
::
10081008
A string giving the name of the delegated role. For example, "projects".
10091009
The rolename MUST be unique in the delegations object: multiple roles with
1010-
the same rolename are not allowed within a <dfn>DELEGATIONS</dfn>.
1010+
the same rolename are not allowed within a <a>DELEGATIONS</a>.
10111011

10121012
: <dfn>TERMINATING</dfn>
10131013
::
@@ -1281,8 +1281,7 @@ it in the next step.
12811281
somehow be able to establish a trusted line of continuity to the latest set
12821282
of keys (see [[#key-management-and-migration]]). To do so, the client MUST
12831283
download intermediate root metadata files, until the latest available one is
1284-
reached. Therefore, it MUST temporarily turn on consistent snapshots in
1285-
order to download *versioned* root metadata files as described next.
1284+
reached.
12861285

12871286
2. Let N denote the version number of the trusted root metadata
12881287
file.

0 commit comments

Comments
 (0)