File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5102,6 +5102,12 @@ criteria = "safe-to-deploy"
51025102delta = " 0.242.0 -> 0.243.0"
51035103notes = " The Bytecode Alliance is the author of this crate"
51045104
5105+ [[audits .wasmtime-wasi-tls-openssl ]]
5106+ who =
" Dave Bakker <[email protected] >" 5107+ criteria = " safe-to-deploy"
5108+ version = " 0.0.1"
5109+ notes = " The Bytecode Alliance is the author of this crate."
5110+
51055111[[audits .wast ]]
51065112who =
" Alex Crichton <[email protected] >" 51075113criteria = " 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-wasi-tls-nativetls ]
206206audit-as-crates-io = true
207207
208+ [policy .wasmtime-wasi-tls-openssl ]
209+ audit-as-crates-io = true
210+
208211[policy .wasmtime-wast ]
209212audit-as-crates-io = true
210213
Original file line number Diff line number Diff line change @@ -625,6 +625,10 @@ audited_as = "39.0.1"
625625version = "42.0.0"
626626audited_as = "40.0.0"
627627
628+ [[unpublished.wasmtime-wasi-tls-openssl]]
629+ version = "42.0.0"
630+ audited_as = "0.0.1"
631+
628632[[unpublished.wasmtime-wast]]
629633version = "40.0.0"
630634audited_as = "39.0.1"
You can’t perform that action at this time.
0 commit comments