File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -994,6 +994,14 @@ start = "2023-01-20"
994994end = " 2026-08-21"
995995notes = " The Bytecode Alliance is the author of this crate."
996996
997+ [[wildcard-audits .wasmtime-wizer ]]
998+ who = " Alex Crichton <alex@alexcrichton.com>"
999+ criteria = " safe-to-deploy"
1000+ user-id = 73222 # wasmtime-publish
1001+ start = " 2025-11-19"
1002+ end = " 2026-11-19"
1003+ notes = " The Bytecode Alliance is the author of this crate."
1004+
9971005[[wildcard-audits .wasmtime-wmemcheck ]]
9981006who = " Pat Hickey <pat@moreproductive.org>"
9991007criteria = " safe-to-deploy"
Original file line number Diff line number Diff line change @@ -205,6 +205,9 @@ audit-as-crates-io = true
205205[policy .wasmtime-wast ]
206206audit-as-crates-io = true
207207
208+ [policy .wasmtime-wizer ]
209+ audit-as-crates-io = true
210+
208211[policy .wiggle ]
209212audit-as-crates-io = true
210213
Original file line number Diff line number Diff line change @@ -213,6 +213,10 @@ audited_as = "37.0.2"
213213version = "39.0.0"
214214audited_as = "37.0.2"
215215
216+ [[unpublished.wasmtime-wizer]]
217+ version = "40.0.0"
218+ audited_as = "39.0.0"
219+
216220[[unpublished.wiggle]]
217221version = "39.0.0"
218222audited_as = "37.0.2"
@@ -1444,6 +1448,12 @@ when = "2025-10-07"
14441448user-id = 73222
14451449user-login = "wasmtime-publish"
14461450
1451+ [[publisher.wasmtime-wizer]]
1452+ version = "39.0.0"
1453+ when = "2025-11-20"
1454+ user-id = 73222
1455+ user-login = "wasmtime-publish"
1456+
14471457[[publisher.wast]]
14481458version = "236.0.0"
14491459when = "2025-07-28"
You can’t perform that action at this time.
0 commit comments