mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix section 3, where the hash is specified rather than the version number
This commit is contained in:
parent
85eb8995fe
commit
836ebe59cb
1 changed files with 3 additions and 3 deletions
|
|
@ -1007,9 +1007,9 @@ Version 1.0 (Draft)
|
|||
used to download the snapshot metadata file is of the fixed form
|
||||
FILENAME.EXT (e.g., snapshot.json).
|
||||
Otherwise, the filename is of the form VERSION.FILENAME.EXT (e.g.,
|
||||
42.snapshot.json), where HASH is one of the hashes of the snapshot metadata
|
||||
file listed in the timestamp metadata file.
|
||||
In either case, the client MUST write the file to non-volatile storage as
|
||||
42.snapshot.json), where VERSION is the version number of the snapshot
|
||||
metadata file listed in the timestamp metadata file. In either case,
|
||||
the client MUST write the file to non-volatile storage as
|
||||
FILENAME.EXT.
|
||||
|
||||
3.1. **Check against timestamp metadata.** The hashes, and version number
|
||||
|
|
|
|||
Loading…
Reference in a new issue