Skip to content

Commit 7d18e2e

Browse files
authored
Merge pull request #127 from joshuagl/joshuagl/nits
Minor clean-ups
2 parents 0b18221 + 2f87141 commit 7d18e2e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tuf-spec.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# <p align="center">The Update Framework Specification
22

3-
Last modified: **30 September 2020**
3+
Last modified: **06 October 2020**
44

5-
Version: **1.0.10**
5+
Version: **1.0.11**
66

77
We strive to make the specification easy to implement, so if you come across
88
any inconsistencies or experience any difficulty, do let us know by sending an
@@ -14,13 +14,13 @@ repo](https://github.com/theupdateframework/specification/issues).
1414

1515
## Table of Contents ##
1616
- [1. Introduction](#1-introduction)
17-
- [2. System Overview](#2-system-overview)
18-
- [3. The Repository](#3-the-repository)
19-
- [4. Document Formats](#4-document-formats)
20-
- [5. Detailed Workflows](#5-detailed-workflows)
17+
- [2. System overview](#2-system-overview)
18+
- [3. The repository](#3-the-repository)
19+
- [4. Document formats](#4-document-formats)
20+
- [5. Detailed workflows](#5-detailed-workflows)
2121
- [6. Usage](#6-usage)
22-
- [7. Consistent Snapshots](#7-consistent-snapshots)
23-
- [F. Future Directions and Open Questions](#f-future-directions-and-open-questions)
22+
- [7. Consistent snapshots](#7-consistent-snapshots)
23+
- [F. Future directions and open questions](#f-future-directions-and-open-questions)
2424

2525
## **1. Introduction**
2626
* **1.1. Scope**
@@ -282,7 +282,7 @@ repo](https://github.com/theupdateframework/specification/issues).
282282
All roles can use one or more keys and require a threshold of signatures of
283283
the role's keys in order to trust a given metadata file.
284284

285-
- **2.1.1. Root Role**
285+
- **2.1.1. Root role**
286286

287287
+ The root role delegates trust to specific keys trusted for all other
288288
top-level roles used in the system.
@@ -353,7 +353,7 @@ repo](https://github.com/theupdateframework/specification/issues).
353353
security from being tricked into contacting the wrong mirrors. This is
354354
because the framework has very little trust in repositories.
355355

356-
* **2.2. Threat Model And Analysis**
356+
* **2.2. Threat model and analysis**
357357

358358
We assume an adversary who can respond to client requests, whether by acting
359359
as a man-in-the-middle or through compromising repository mirrors. At
@@ -1064,7 +1064,7 @@ repo](https://github.com/theupdateframework/specification/issues).
10641064
This behavior can be modified by the client code that uses the framework to,
10651065
for example, randomly select from the listed mirrors.
10661066

1067-
## **5. Detailed Workflows**
1067+
## **5. Detailed workflows**
10681068

10691069
### **The client application**
10701070

@@ -1309,7 +1309,7 @@ snapshot metadata file.
13091309
(e.g.,
13101310
c14aeb4ac9f4a8fc0d83d12482b9197452f6adf3eb710e3b1e2b79e8d14cb681.foobar.tar.gz),
13111311
where HASH is one of the hashes of the targets file listed in the targets
1312-
metadata file found earlier in step 4. In either case, the client MUST write
1312+
metadata file found earlier in step 5.4. In either case, the client MUST write
13131313
the file to non-volatile storage as FILENAME.EXT.
13141314

13151315
## **6. Usage**
@@ -1357,7 +1357,7 @@ snapshot metadata file.
13571357
just replaces that key with another in the signed metadata where the
13581358
delegation is done.
13591359

1360-
## **7. Consistent Snapshots**
1360+
## **7. Consistent snapshots**
13611361

13621362
So far, we have considered a TUF repository that is relatively static (in
13631363
terms of how often metadata and target files are updated). The problem is

0 commit comments

Comments
 (0)