Skip to content

Commit 7bc8003

Browse files
committed
Fix file format checks
1 parent 86b6ccc commit 7bc8003

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

content/en/about.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ To learn more, see [TUF overview](/docs/overview/) and
1717

1818
## Governance
1919

20-
The TUF project is managed by the [Linux Foundation] under the [Cloud Native Computing
21-
Foundation][CNCF]. The consensus builder for TUF is [Prof. Justin Cappos] of the
22-
[Secure Systems Lab] at [New York University](https://engineering.nyu.edu/). Project
23-
maintainers <sup>[[1]][[2]]</sup> are comprised of collaborators from academia and
24-
the industry. Contributors and maintainers are governed by the [CNCF Community Code
20+
The TUF project is managed by the [Linux Foundation] under the [Cloud Native
21+
Computing Foundation][CNCF]. The consensus builder for TUF is [Prof. Justin
22+
Cappos] of the [Secure Systems Lab] at
23+
[New York University](https://engineering.nyu.edu/). Project maintainers
24+
<sup>[[1]][[2]]</sup> are comprised of collaborators from academia and the
25+
industry. Contributors and maintainers are governed by the [CNCF Community Code
2526
of Conduct][CoC]. For details, see [Governance].
2627

2728
## Funding

content/en/docs/metadata.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ There may also be any number of delegated target roles.
4040

4141
Signed by: Root role.
4242

43-
The snapshot role signs a metadata file that provides information about the latest version of all targets metadata on the repository (the top-level targets role and all delegated roles). This information allows clients to know which metadata files have been updated and also prevents mix-and-match attacks.
43+
The snapshot role signs a metadata file that provides information about the
44+
latest version of all targets metadata on the repository (the top-level targets
45+
role and all delegated roles). This information allows clients to know which
46+
metadata files have been updated and also prevents mix-and-match attacks.
4447

4548
See
4649
[example](https://raw.githubusercontent.com/theupdateframework/tuf/develop/tests/repository_data/repository/metadata/root.json)

content/en/docs/project/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ The TUF project consists of three components:
99
- [Specification] – the detailed TUF specification describes how to add TUF
1010
metadata to a repository and the process to arrange for clients to use that
1111
metadata to download and verify targets.
12-
- [Standardization process] – major changes to the specification, including new features,
13-
are made as TUF Augmentation Proposals (TAPs).
12+
- [Standardization process] – major changes to the specification, including new
13+
features, are made as TUF Augmentation Proposals (TAPs).
1414
- [Reference implementation] – python-tuf provides a reference implementation of
15-
the TUF specification and is used as a vital part of the TAPs process to prototype
16-
changes to the specification.
15+
the TUF specification and is used as a vital part of the TAPs process to
16+
prototype changes to the specification.
1717

1818
The project is currently managed by a team of collaborators from academia and
1919
industry.

0 commit comments

Comments
 (0)