Skip to content

Commit 78d5437

Browse files
Fix last paragraph of section 5 and improperly bolded text
Signed-off-by: Vladimir Diaz <[email protected]>
1 parent 98e0d29 commit 78d5437

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tuf-spec.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ repo](https://github.com/theupdateframework/specification/issues).
10221022
metadata file (version N), and (2) a threshold of keys specified in the new
10231023
root metadata file being validated (version N+1).
10241024

1025-
* ** 1.4. Check for a rollback attack.** The version number of the trusted
1025+
* **1.4. Check for a rollback attack.** The version number of the trusted
10261026
root metadata file (version N) must be less than or equal to the version
10271027
number of the new root metadata file (version N+1). Effectively, this means
10281028
checking that the version number signed in the new root metadata file is
@@ -1172,9 +1172,8 @@ non-volatile storage as FILENAME.EXT.
11721172
and this program does not provide the total size of all of these files.) If
11731173
consistent snapshots are not used (see Section 7), then the filename used to
11741174
download the target file is of the fixed form FILENAME.EXT (e.g.,
1175-
foobar.tar.gz).
1176-
1177-
Otherwise, the filename is of the form HASH.FILENAME.EXT (e.g.,
1175+
foobar.tar.gz). Otherwise, the filename is of the form HASH.FILENAME.EXT
1176+
(e.g.,
11781177
c14aeb4ac9f4a8fc0d83d12482b9197452f6adf3eb710e3b1e2b79e8d14cb681.foobar.tar.gz),
11791178
where HASH is one of the hashes of the targets file listed in the targets
11801179
metadata file found earlier in step 4. In either case, the client MUST write

0 commit comments

Comments
 (0)