Skip to content

Commit c56a59b

Browse files
Add 'version of' to text in section 1.4
Signed-off-by: Vladimir Diaz <[email protected]>
1 parent 6043c64 commit c56a59b

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
@@ -1034,10 +1034,10 @@ repo](https://github.com/theupdateframework/specification/issues).
10341034
root metadata file (version N) must be less than or equal to the version
10351035
number of the new root metadata file (version N+1). Effectively, this means
10361036
checking that the version number signed in the new root metadata file is
1037-
indeed N+1. If the new root metadata file is less than the trusted metadata
1038-
file, discard it, abort the update cycle, and report the rollback attack. On
1039-
the next update cycle, begin at step 0 and version N of the root metadata
1040-
file.
1037+
indeed N+1. If the version of the new root metadata file is less than the
1038+
trusted metadata file, discard it, abort the update cycle, and report the
1039+
rollback attack. On the next update cycle, begin at step 0 and version N of
1040+
the root metadata file.
10411041

10421042
* **1.5**. Note that the expiration of the new (intermediate) root metadata
10431043
file does not matter yet, because we will check for it in step 1.8.

0 commit comments

Comments
 (0)