From 5ea8ca41135700c5232be4dd02fcc70eda42d3a2 Mon Sep 17 00:00:00 2001 From: Justin Cappos Date: Wed, 15 Jul 2026 09:58:54 -0400 Subject: [PATCH 1/3] Update canonical JSON URL in tuf-spec.md Updated the URL for the canonical JSON reference to an archived version since the main link is broken. Signed-off-by: Justin Cappos --- tuf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf-spec.md b/tuf-spec.md index 38e0066..c7af3a4 100644 --- a/tuf-spec.md +++ b/tuf-spec.md @@ -513,7 +513,7 @@ The chosen data format should be documented in the POUF of the implementation. The examples in this document use a subset of the JSON object format, with floating-point numbers omitted. When calculating the digest of an object, we use the "canonical JSON" subdialect as described at [Canonical JSON]( -http://wiki.laptop.org/go/Canonical_JSON). +https://web.archive.org/web/20251209150702/http://wiki.laptop.org/go/Canonical_JSON). ## File formats: general principles ## {#file-formats-general-principles} From 1b30e71df3d9caf9aa8a6d61cff2812ef5ff620c Mon Sep 17 00:00:00 2001 From: Justin Cappos Date: Wed, 15 Jul 2026 10:08:06 -0400 Subject: [PATCH 2/3] Apply suggestion from @JustinCappos Date update needed to have linter / sanity checker work. Signed-off-by: Justin Cappos --- tuf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf-spec.md b/tuf-spec.md index c7af3a4..d53dcf0 100644 --- a/tuf-spec.md +++ b/tuf-spec.md @@ -3,7 +3,7 @@ Title: The Update Framework Specification Shortname: TUF Status: LS Abstract: A framework for securing software update systems. -Date: 2026-01-22 +Date: 2026-07-15 Editor: Justin Cappos, NYU Editor: Trishank Karthik Kuppusamy, Apple Editor: Joshua Lock, Verizon From 49794572620241fbe4660c751a8c286a0c4cae2c Mon Sep 17 00:00:00 2001 From: Justin Cappos Date: Wed, 15 Jul 2026 10:11:36 -0400 Subject: [PATCH 3/3] Apply suggestion from @JustinCappos making the linter happy Signed-off-by: Justin Cappos --- tuf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf-spec.md b/tuf-spec.md index d53dcf0..787dfcf 100644 --- a/tuf-spec.md +++ b/tuf-spec.md @@ -16,7 +16,7 @@ Boilerplate: copyright no, conformance no Local Boilerplate: header yes Markup Shorthands: css no, markdown yes Metadata Include: This version off, Abstract off -Text Macro: VERSION 1.0.34 +Text Macro: VERSION 1.0.35 Note: We strive to make the specification easy to implement, so if you come