From c1f82320ae296afdd505bdabbecf55b236fb7320 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 14 Dec 2023 17:40:09 -0800 Subject: [PATCH] vet: certify the `wasi-nn` crate --- supply-chain/audits.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 064868b341ba..073eb4560779 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -2291,6 +2291,12 @@ who = "Pat Hickey " criteria = "safe-to-deploy" version = "0.3.0" +[[audits.wasi-nn]] +who = "Andrew Brown " +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 " criteria = "safe-to-deploy"