Skip to content

Commit 078d23b

Browse files
committed
Use consistent title case throughout specification
Signed-off-by: Joshua Lock <[email protected]>
1 parent 3dfefcf commit 078d23b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tuf-spec.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -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)