Skip to content

Commit d55587e

Browse files
committed
fixup! Be explicit that 'custom' is an object
Signed-off-by: Joshua Lock <[email protected]>
1 parent b9a066e commit d55587e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tuf-spec.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -834,11 +834,12 @@ repo](https://github.com/theupdateframework/specification/issues).
834834
the hexdigest of the cryptographic function computed on the target file.
835835

836836
If defined, the elements and values of the CUSTOM object will be made
837-
available to the client application. The format of, and information in,
838-
CUSTOM is opaque to the framework and can include version numbers,
839-
dependencies, requirements, and any other data that the application wants to
840-
include to describe the file at TARGETPATH. The application may use this
841-
information to guide download decisions.
837+
available to the client application. The format of the CUSTOM object is
838+
opaque to the framework, which only needs to know that the "custom"
839+
attribute maps to an object. The CUSTOM object may include version
840+
numbers, dependencies, requirements, or any other data that the application
841+
wants to include to describe the file at TARGETPATH. The application may
842+
use this information to guide download decisions.
842843

843844
DELEGATIONS is an object whose format is the following:
844845

0 commit comments

Comments
 (0)