Skip to content

Commit d8ff088

Browse files
authored
Merge branch 'master' into JustinCappos-threshold-must-be-positive
Signed-off-by: Justin Cappos <justincappos@gmail.com>
2 parents cc44136 + e97795e commit d8ff088

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.14'
1616
cache: pip
1717

1818
- name: Clone

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
main:
99
name: Sanity checks before a PR merge
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
1313
with:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.14'
2020
cache: pip
2121

2222
- name: Ensure changes build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
3333
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.14'
3636
cache: 'pip'
3737

3838
- name: Make release

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

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

1274-
: <dfn>TARGETSPATH</a>
1274+
: <dfn>TARGETSPATH</dfn>
12751275
::
12761276
A string giving the location from which to retrieve target files.
12771277
<a>TARGETSPATH</a> will be a relative path to <a>URLBASE</a>.

0 commit comments

Comments
 (0)