Skip to content

Commit

Permalink
vet: certify the wasi-nn crate
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Dec 15, 2023
1 parent 43afd16 commit c1f8232
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2291,6 +2291,12 @@ who = "Pat Hickey <phickey@fastly.com>"
criteria = "safe-to-deploy"
version = "0.3.0"

[[audits.wasi-nn]]
who = "Andrew Brown <andrew.brown@intel.com>"
criteria = "safe-to-deploy"
version = "0.6.0"
notes = "This crate contains `unsafe` code due to its purpose: it wraps up `witx-bindgen`-generated code that calls the raw wasi-nn API."

[[audits.wasm-bindgen-shared]]
who = "Pat Hickey <phickey@fastly.com>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit c1f8232

Please sign in to comment.