From 37bfe6153807a8c97570ec43425d9fc9633e3318 Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Tue, 3 Mar 2020 11:24:24 +0100 Subject: [PATCH 1/2] Remove TAP 3 + 4 adherence claim The specification claims that it adheres to TAP 3 and TAP 4, which is not the case. TAP 3 requires changes to the existing metadata format (prepared in #57) and TAP 4 adds a new metadata file (map.json), which is not yet mentioned in the specification (issue described in #88). As agreed in the TUF community meeting on Dec 10, 2019, we remove TAP 3 and TAP 4 (adherence claims), for a formal 1.0.0 release and add TAP 4 in version 1.1.x and TAP 3 in version 2.x.x. (see meeting notes about "Versioning" https://groups.google.com/forum/#!msg/theupdateframework/oPTliXibT_4/0tJ_POLGAwAJ) --- tuf-spec.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tuf-spec.md b/tuf-spec.md index 7e7225c..1906859 100644 --- a/tuf-spec.md +++ b/tuf-spec.md @@ -214,10 +214,6 @@ repo](https://github.com/theupdateframework/specification/issues). * This version (1.0.0) of the specification adheres to the following TAPS: - - [TAP 3](https://github.com/theupdateframework/taps/blob/master/tap3.md): - Multi Role Delegations - - [TAP 4](https://github.com/theupdateframework/taps/blob/master/tap4.md): - Multiple Repository Consensus on entrusted targets - [TAP 6](https://github.com/theupdateframework/taps/blob/master/tap6.md): Include specification version in metadata - [TAP 9](https://github.com/theupdateframework/taps/blob/master/tap9.md): From 5a3ee776458e419340f9f64f0f23c904aa92c1d2 Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Thu, 5 Mar 2020 12:53:53 +0100 Subject: [PATCH 2/2] Update Last modified: **5 March 2020** --- tuf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf-spec.md b/tuf-spec.md index 1906859..417a890 100644 --- a/tuf-spec.md +++ b/tuf-spec.md @@ -1,6 +1,6 @@ #

The Update Framework Specification -Last modified: **13 September 2019** +Last modified: **5 March 2020** Version: **1.0.0**