Skip to content

Commit 3c47640

Browse files
authored
Add vets for wasmtime-internal-debugger (#12376) (#12389)
1 parent 3dda916 commit 3c47640

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

supply-chain/audits.toml

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

1041+
[[wildcard-audits.wasmtime-internal-debugger]]
1042+
who = "Alex Crichton <alex@alexcrichton.com>"
1043+
criteria = "safe-to-deploy"
1044+
trusted-publisher = "github:bytecodealliance/wasmtime"
1045+
start = "2026-01-07"
1046+
end = "2027-01-08"
1047+
notes = "The Bytecode Alliance is the author of this crate"
1048+
10411049
[[wildcard-audits.wasmtime-internal-explorer]]
10421050
who = "Alex Crichton <alex@alexcrichton.com>"
10431051
criteria = "safe-to-deploy"

supply-chain/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ audit-as-crates-io = true
142142
[policy.wasmtime-internal-cranelift]
143143
audit-as-crates-io = true
144144

145+
[policy.wasmtime-internal-debugger]
146+
audit-as-crates-io = true
147+
145148
[policy.wasmtime-internal-error]
146149
audit-as-crates-io = true
147150

supply-chain/imports.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,11 @@ when = "2025-11-24"
15691569
user-id = 73222
15701570
user-login = "wasmtime-publish"
15711571

1572+
[[publisher.wasmtime-internal-debugger]]
1573+
version = "41.0.0"
1574+
when = "2026-01-20"
1575+
trusted-publisher = "github:bytecodealliance/wasmtime"
1576+
15721577
[[publisher.wasmtime-internal-explorer]]
15731578
version = "39.0.1"
15741579
when = "2025-11-24"

0 commit comments

Comments
 (0)