Skip to content

Commit 9b72f69

Browse files
authored
Merge pull request #45 from trishankatdatadog/patch-1
Limit on the # of root metadata files downloaded
2 parents bc97d96 + 50f2f40 commit 9b72f69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tuf-spec.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,10 @@ 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+
(because the exact number is as yet unknown), then go to step 1.8. The value
1023+
for Y is set by the authors of the application using TUF. For example, Y may
1024+
be 2^10.
10221025

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

0 commit comments

Comments
 (0)