@@ -38,6 +38,34 @@ languages:
38
38
languageCode : en-US
39
39
params :
40
40
description : A Framework for securing software update systems
41
+ whatIsTUF : |
42
+ The Update Framework (TUF) maintains the security of software update
43
+ systems, providing protection even against attackers that compromise the
44
+ repository or signing keys. TUF provides a flexible framework and
45
+ [specification](/specs/)
46
+ that developers can adopt into any software update system.
47
+ projectAndGrants : |
48
+ The TUF project is managed by the [Linux Foundation] under the [Cloud
49
+ Native Computing Foundation][CNCF]. The consensus builder for TUF is [Prof.
50
+ Justin Cappos](https://ssl.engineering.nyu.edu/personalpages/jcappos/)
51
+ of the [Secure Systems Lab](https://ssl.engineering.nyu.edu) at [New
52
+ York University](https://engineering.nyu.edu/). Project
53
+ maintainers [[1]][[2]]
54
+ are comprised of collaborators from academia and the industry.
55
+ Contributors and maintainers are governed by the [CNCF Community Code of
56
+ Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
57
+
58
+ This material is based upon work supported by the [National Science
59
+ Foundation][NSF] under Grant Nos. CNS-1345049 and CNS-0959138. Any opinions,
60
+ findings, and conclusions or recommendations expressed in this material
61
+ are those of the author(s) and do not necessarily reflect the views of
62
+ the National Science Foundation.
63
+
64
+ [1]: https://github.com/theupdateframework/specification/blob/master/MAINTAINERS.md
65
+ [2]: https://github.com/theupdateframework/python-tuf/blob/develop/docs/MAINTAINERS.txt
66
+ [CNCF]: https://cncf.io
67
+ [Linux Foundation]: https://www.linuxfoundation.org
68
+ [NSF]: https://www.nsf.gov
41
69
42
70
#
43
71
# Markup and imaging
@@ -65,7 +93,7 @@ imaging:
65
93
params :
66
94
copyright :
67
95
authors : >-
68
- The Update Framework Authors| [CC BY
96
+ The Update Framework Authors | Docs [CC BY
69
97
4.0](https://creativecommons.org/licenses/by/4.0) |
70
98
# from_year: 2024
71
99
github_repo : https://github.com/theupdateframework
@@ -85,25 +113,25 @@ params:
85
113
Sorry to hear that. Please <a
86
114
href="https://github.com/google/docsy/issues/new">tell us how we can
87
115
improve</a>.
88
- links : # CUSTOMIZE
116
+ links :
89
117
user :
90
118
- name : TUF Google group
91
119
url : https://groups.google.com/g/theupdateframework
92
120
icon : fa-solid fa-envelope
93
- desc : Sign up for TUF announcements
121
+ desc : Sign up for TUF announcements.
94
122
- name : Slack channel
95
123
url : https://communityinviter.com/apps/cloud-native/cncf
96
124
icon : fa-brands fa-slack
97
- desc : Connect with us on CNCF Slack channel for TUF
125
+ desc : Connect with us on CNCF Slack channel for TUF.
98
126
- name : Community meetings
99
127
url : https://github.com/theupdateframework/community?tab=readme-ov-file
100
128
icon : fa-regular fa-calendar-days
101
- desc : Join our community meetings
129
+ desc : Join our community meetings.
102
130
developer :
103
131
- name : GitHub repository
104
132
url : https://github.com/theupdateframework/theupdateframework.io
105
133
icon : fa-brands fa-github
106
- desc : Development takes place here!
134
+ desc : Website repository.
107
135
108
136
module :
109
137
mounts :
0 commit comments