@@ -14,10 +14,12 @@ page for more details about the release and the deprecation of the legacy
14
14
implementation, including migration instructions.*
15
15
16
16
----------------------------
17
- This repository is the ** reference implementation** of
18
- [ The Update Framework (TUF)] ( https://theupdateframework.github.io/ ) .
19
- It is written in Python and intended to conform to version 1.0 of the
20
- [ TUF specification] ( https://theupdateframework.github.io/specification/latest/ ) .
17
+ [ The Update Framework (TUF)] ( https://theupdateframework.io/ ) is a framework for
18
+ secure content delivery and updates. It protects against various types of
19
+ supply chain attacks and provides resilience to compromise. This repository is a
20
+ ** reference implementation** written in Python. It is intended to conform to
21
+ version 1.0 of the [ TUF
22
+ specification] ( https://theupdateframework.github.io/specification/latest/ ) .
21
23
22
24
Python-TUF provides two APIs:
23
25
* [ ` tuf.api.metadata ` ] ( https://theupdateframework.readthedocs.io/en/latest/api/tuf.api.html ) ,
@@ -69,10 +71,10 @@ for the reference implementation
69
71
70
72
Contact
71
73
-------
72
- Please contact us via our [ mailing
73
- list] ( https://groups.google.com/forum/?fromgroups#!forum/theupdateframework ) .
74
- Questions, feedback, and suggestions are welcomed on this low volume mailing
75
- list .
74
+ Questions, feedback, and suggestions are welcomed on our low volume [ mailing
75
+ list] ( https://groups.google.com/forum/?fromgroups#!forum/theupdateframework ) or
76
+ the [ #tuf ] ( https://cloud-native.slack.com/archives/C8NMD3QJ3 ) channel on [ CNCF
77
+ Slack ] ( https://slack.cncf.io/ ) .
76
78
77
79
We strive to make the specification easy to implement, so if you come across
78
80
any inconsistencies or experience any difficulty, do let us know by sending an
0 commit comments