Skip to content

Commit 9d00884

Browse files
authored
Fix CI now that Wasmtime 44 is published (#13150)
The cycle begins anew
1 parent 3a1920b commit 9d00884

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

supply-chain/audits.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,14 @@ start = "2026-01-07"
11101110
end = "2027-01-08"
11111111
notes = "The Bytecode Alliance is the author of this crate"
11121112

1113+
[[wildcard-audits.wasmtime-internal-gdbstub-component-artifact]]
1114+
who = "Alex Crichton <alex@alexcrichton.com>"
1115+
criteria = "safe-to-deploy"
1116+
trusted-publisher = "github:bytecodealliance/wasmtime"
1117+
start = "2026-04-20"
1118+
end = "2027-04-20"
1119+
notes = "The Bytecode Alliance is the author of this crate."
1120+
11131121
[[wildcard-audits.wasmtime-internal-jit-debug]]
11141122
who = "Alex Crichton <alex@alexcrichton.com>"
11151123
criteria = "safe-to-deploy"

supply-chain/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ audit-as-crates-io = true
154154
[policy.wasmtime-internal-fiber]
155155
audit-as-crates-io = true
156156

157+
[policy.wasmtime-internal-gdbstub-component-artifact]
158+
audit-as-crates-io = true
159+
157160
[policy.wasmtime-internal-jit-debug]
158161
audit-as-crates-io = true
159162

supply-chain/imports.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ audited_as = "43.0.1"
145145
version = "45.0.0"
146146
audited_as = "43.0.1"
147147

148+
[[unpublished.wasmtime-internal-gdbstub-component-artifact]]
149+
version = "45.0.0"
150+
audited_as = "44.0.0"
151+
148152
[[unpublished.wasmtime-internal-jit-debug]]
149153
version = "45.0.0"
150154
audited_as = "43.0.1"
@@ -1362,6 +1366,11 @@ version = "43.0.1"
13621366
when = "2026-04-09"
13631367
trusted-publisher = "github:bytecodealliance/wasmtime"
13641368

1369+
[[publisher.wasmtime-internal-gdbstub-component-artifact]]
1370+
version = "44.0.0"
1371+
when = "2026-04-20"
1372+
trusted-publisher = "github:bytecodealliance/wasmtime"
1373+
13651374
[[publisher.wasmtime-internal-jit-debug]]
13661375
version = "43.0.1"
13671376
when = "2026-04-09"

0 commit comments

Comments
 (0)