Skip to content

Commit 7cccae7

Browse files
authored
Update canonical JSON URL in tuf-spec.md (#320)
* 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 <justincappos@gmail.com> * Apply suggestion from @JustinCappos Date update needed to have linter / sanity checker work. Signed-off-by: Justin Cappos <justincappos@gmail.com> * Apply suggestion from @JustinCappos making the linter happy Signed-off-by: Justin Cappos <justincappos@gmail.com> --------- Signed-off-by: Justin Cappos <justincappos@gmail.com>
1 parent da50e09 commit 7cccae7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tuf-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: The Update Framework Specification
33
Shortname: TUF
44
Status: LS
55
Abstract: A framework for securing software update systems.
6-
Date: 2026-01-22
6+
Date: 2026-07-15
77
Editor: Justin Cappos, NYU
88
Editor: Trishank Karthik Kuppusamy, Apple
99
Editor: Joshua Lock, Verizon
@@ -16,7 +16,7 @@ Boilerplate: copyright no, conformance no
1616
Local Boilerplate: header yes
1717
Markup Shorthands: css no, markdown yes
1818
Metadata Include: This version off, Abstract off
19-
Text Macro: VERSION 1.0.34
19+
Text Macro: VERSION 1.0.35
2020
</pre>
2121

2222
Note: We strive to make the specification easy to implement, so if you come
@@ -513,7 +513,7 @@ The chosen data format should be documented in the POUF of the implementation.
513513
The examples in this document use a subset of the JSON object format, with
514514
floating-point numbers omitted. When calculating the digest of an
515515
object, we use the "canonical JSON" subdialect as described at [Canonical JSON](
516-
http://wiki.laptop.org/go/Canonical_JSON).
516+
https://web.archive.org/web/20251209150702/http://wiki.laptop.org/go/Canonical_JSON).
517517

518518
## File formats: general principles ## {#file-formats-general-principles}
519519

0 commit comments

Comments
 (0)