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 @@ -5722,6 +5722,12 @@ criteria = "safe-to-deploy"
57225722delta = " 0.242.0 -> 0.243.0"
57235723notes = " The Bytecode Alliance is the author of this crate"
57245724
5725+ [[audits .wasmtime-wasi-tls-openssl ]]
5726+ who = " Dave Bakker <github@davebakker.io>"
5727+ criteria = " safe-to-deploy"
5728+ version = " 0.0.1"
5729+ notes = " The Bytecode Alliance is the author of this crate."
5730+
57255731[[audits .wasmprinter ]]
57265732who = " Alex Crichton <alex@alexcrichton.com>"
57275733criteria = " 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 @@ -209,6 +209,10 @@ audited_as = "40.0.1"
209209version = "42.0.0"
210210audited_as = "40.0.1"
211211
212+ [[unpublished.wasmtime-wasi-tls-openssl]]
213+ version = "42.0.0"
214+ audited_as = "0.0.1"
215+
212216[[unpublished.wasmtime-wast]]
213217version = "42.0.0"
214218audited_as = "40.0.1"
You can’t perform that action at this time.
0 commit comments