File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1110,6 +1110,14 @@ start = "2026-01-07"
11101110end = " 2027-01-08"
11111111notes = " 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 ]]
11141122who = " Alex Crichton <alex@alexcrichton.com>"
11151123criteria = " safe-to-deploy"
Original file line number Diff line number Diff line change @@ -154,6 +154,9 @@ audit-as-crates-io = true
154154[policy .wasmtime-internal-fiber ]
155155audit-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 ]
158161audit-as-crates-io = true
159162
Original file line number Diff line number Diff line change @@ -145,6 +145,10 @@ audited_as = "43.0.1"
145145version = "45.0.0"
146146audited_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]]
149153version = "45.0.0"
150154audited_as = "43.0.1"
@@ -1362,6 +1366,11 @@ version = "43.0.1"
13621366when = "2026-04-09"
13631367trusted-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]]
13661375version = "43.0.1"
13671376when = "2026-04-09"
You can’t perform that action at this time.
0 commit comments