Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.10'
python-version: '3.14'
cache: pip

- name: Clone
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
main:
name: Sanity checks before a PR merge
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.10'
python-version: '3.14'
cache: pip

- name: Ensure changes build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.10'
python-version: '3.14'
cache: 'pip'

- name: Make release
Expand Down
6 changes: 3 additions & 3 deletions tuf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: The Update Framework Specification
Shortname: TUF
Status: LS
Abstract: A framework for securing software update systems.
Date: 2023-04-14
Date: 2026-01-22
Editor: Justin Cappos, NYU
Editor: Trishank Karthik Kuppusamy, Datadog
Editor: Joshua Lock, Verizon
Expand Down Expand Up @@ -997,7 +997,7 @@ as is described for the <a>root.json</a> file.
as key and <a>HASH</a> as defined for <a>METAFILES</a>. For example:
`{ "sha256": HASH, ... }`.

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

: <dfn>TARGETSPATH</a>
: <dfn>TARGETSPATH</dfn>
::
A string giving the location from which to retrieve target files.
<a>TARGETSPATH</a> will be a relative path to <a>URLBASE</a>.
Expand Down
Loading