Skip to content

Commit f4910da

Browse files
committed
spec: Fix open dfn tags
Signed-off-by: Pat Zielinski <git@patzielinski.com>
1 parent cf1d9c0 commit f4910da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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: 2023-04-14
6+
Date: 2026-01-22
77
Editor: Justin Cappos, NYU
88
Editor: Trishank Karthik Kuppusamy, Datadog
99
Editor: Joshua Lock, Verizon
@@ -997,7 +997,7 @@ as is described for the <a>root.json</a> file.
997997
as key and <a>HASH</a> as defined for <a>METAFILES</a>. For example:
998998
`{ "sha256": HASH, ... }`.
999999

1000-
: <dfn>CUSTOM</a>
1000+
: <dfn>CUSTOM</dfn>
10011001
::
10021002
An object. If defined, the elements and values of the <a>CUSTOM</a> object
10031003
will be made available to the client application. The format of the
@@ -1265,7 +1265,7 @@ as is described for the <a>root.json</a> file.
12651265
A string giving the location from which to retrieve metadata files.
12661266
<a for="mirrors">METAPATH</a> will be a relative path to <a>URLBASE</a>.
12671267

1268-
: <dfn>TARGETSPATH</a>
1268+
: <dfn>TARGETSPATH</dfn>
12691269
::
12701270
A string giving the location from which to retrieve target files.
12711271
<a>TARGETSPATH</a> will be a relative path to <a>URLBASE</a>.

0 commit comments

Comments
 (0)