File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ repo](https://github.com/theupdateframework/specification/issues).
332
332
333
333
The snapshot role signs a metadata file that provides information about
334
334
the latest version of all targets metadata on the repository
335
- (the top-level targets.json and all delegated roles). This information allows
335
+ (the top-level targets role 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
@@ -498,8 +498,7 @@ repo](https://github.com/theupdateframework/specification/issues).
498
498
499
499
KEYID is the identifier of the key signing the ROLE dictionary.
500
500
501
- SIGNATURE is a hex-encoded signature of the canonical JSON form of
502
- ROLE.
501
+ SIGNATURE is a hex-encoded signature of the metadata for ROLE.
503
502
504
503
505
504
All keys have the format:
@@ -572,7 +571,7 @@ repo](https://github.com/theupdateframework/specification/issues).
572
571
PUBLIC is in PEM format and a string.
573
572
574
573
The KEYID of a key is the hexdigest of the SHA-256 hash of the
575
- canonical JSON form of the key.
574
+ metadata format encoding of the key.
576
575
577
576
Metadata date-time data follows the ISO 8601 standard. The expected format
578
577
of the combined date and time string is "YYYY-MM-DDTHH:MM: SSZ ". Time is
You can’t perform that action at this time.
0 commit comments