Skip to content

Commit daae731

Browse files
authored
0.9 timestamp example was missing "version"
The 0.9 tuf spec in section 4.6 mentions that "version" is included in the signed portion of timestamp.json, but was missing from the example file. This adds it. Feel free to reject this patch if you want to leave 0.9 as a historical document.
1 parent 3062520 commit daae731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tuf-spec.0.9.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,8 @@ Version 0.9
865865
"hashes": {
866866
"sha256": "c14aeb4ac9f4a8fc0d83d12482b9197452f6adf3eb710e3b1e2b79e8d14cb681"
867867
},
868-
"length": 1007
868+
"length": 1007,
869+
"version": 1
869870
}
870871
},
871872
"version": 1

0 commit comments

Comments
 (0)