Skip to content

Commit 9c8ff3e

Browse files
ericktmnm678
authored andcommitted
Clients should write the timestamp to disk
According to @JustinCappos in #68, clients should persist the timestamp metadata to disk after it has been validated. Closes #68
1 parent 563bb41 commit 9c8ff3e

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
@@ -1133,7 +1133,8 @@ repo](https://github.com/theupdateframework/specification/issues).
11331133
(because the size is unknown.) The value for Y is set by the authors of the
11341134
application using TUF. For example, Y may be tens of kilobytes. The filename
11351135
used to download the timestamp metadata file is of the fixed form FILENAME.EXT
1136-
(e.g., timestamp.json).
1136+
(e.g., timestamp.json). The client MUST write the file to non-volatile storage
1137+
as FILENAME.EXT.
11371138

11381139
* **2.1**. **Check signatures.** The new timestamp metadata file must have
11391140
been signed by a threshold of keys specified in the trusted root metadata

0 commit comments

Comments
 (0)