|
1 | 1 | # <p align="center">The Update Framework Specification
|
2 | 2 |
|
3 |
| -Last modified: **6 March 2020** |
| 3 | +Last modified: **4 May 2020** |
4 | 4 |
|
5 |
| -Version: **1.0.1** |
| 5 | +Version: **1.0.2** |
6 | 6 |
|
7 | 7 | We strive to make the specification easy to implement, so if you come across
|
8 | 8 | any inconsistencies or experience any difficulty, do let us know by sending an
|
@@ -331,8 +331,8 @@ repo](https://github.com/theupdateframework/specification/issues).
|
331 | 331 | - **2.1.3 Snapshot role**
|
332 | 332 |
|
333 | 333 | The snapshot role signs a metadata file that provides information about
|
334 |
| - the latest version of all of the other metadata on the repository |
335 |
| - (excluding the timestamp file, discussed below). This information allows |
| 334 | + the latest version of all targets metadata on the repository |
| 335 | + (the top-level targets.json and all delegated roles). This information allows |
336 | 336 | clients to know which metadata files have been updated and also prevents
|
337 | 337 | mix-and-match attacks.
|
338 | 338 |
|
@@ -422,7 +422,8 @@ repo](https://github.com/theupdateframework/specification/issues).
|
422 | 422 | /snapshot.json
|
423 | 423 |
|
424 | 424 | Signed by the snapshot role's keys. Lists the version numbers of all
|
425 |
| - metadata files other than timestamp.json. |
| 425 | + target metadata files: the top-level targets.json and all delegated |
| 426 | + roles. |
426 | 427 |
|
427 | 428 | /targets.json
|
428 | 429 |
|
@@ -1384,7 +1385,7 @@ non-volatile storage as FILENAME.EXT.
|
1384 | 1385 | snapshots are not written by the repository, then the attribute may either
|
1385 | 1386 | be left unspecified or be set to the False value. Otherwise, it must be
|
1386 | 1387 | set to the True value.
|
1387 |
| - |
| 1388 | + |
1388 | 1389 | Regardless of whether consistent snapshots are ever used or not, all
|
1389 | 1390 | released versions of root metadata files should always be provided
|
1390 | 1391 | so that outdated clients can update to the latest available root.
|
|
0 commit comments