Skip to content

Commit 7cf7de0

Browse files
Limit on the # of root metadata files downloaded
1 parent bc97d96 commit 7cf7de0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tuf-spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,8 @@ repo](https://github.com/theupdateframework/specification/issues).
10181018
by the authors of the application using TUF. For example, X may be tens of
10191019
kilobytes. The filename used to download the root metadata file is of the
10201020
fixed form VERSION_NUMBER.FILENAME.EXT (e.g., 42.root.json). If this file is
1021-
not available, then go to step 1.8.
1021+
not available, or we have downloaded more than Y number of root metadata files,
1022+
then go to step 1.8.
10221023

10231024
* **1.3. Check signatures.** Version N+1 of the root metadata file MUST have
10241025
been signed by: (1) a threshold of keys specified in the trusted root

0 commit comments

Comments
 (0)