diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index b6ab2e4418f7..14297f5bad07 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -533,6 +533,14 @@ start = "2023-05-22" end = "2025-07-30" notes = "The Bytecode Alliance is the author of this crate." +[[wildcard-audits.wasmtime-wasi-keyvalue]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +user-id = 73222 # wasmtime-publish +start = "2021-10-29" +end = "2025-07-30" +notes = "The Bytecode Alliance is the author of this crate." + [[wildcard-audits.wasmtime-wasi-nn]] who = "Bobby Holley " criteria = "safe-to-deploy" @@ -541,6 +549,14 @@ start = "2021-10-29" end = "2025-07-30" notes = "The Bytecode Alliance is the author of this crate." +[[wildcard-audits.wasmtime-wasi-runtime-config]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +user-id = 73222 # wasmtime-publish +start = "2021-10-29" +end = "2025-07-30" +notes = "The Bytecode Alliance is the author of this crate." + [[wildcard-audits.wasmtime-wasi-threads]] who = "Bobby Holley " criteria = "safe-to-deploy" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index fad902ac807a..092792af92af 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -160,9 +160,15 @@ audit-as-crates-io = true [policy.wasmtime-wasi-http] audit-as-crates-io = true +[policy.wasmtime-wasi-keyvalue] +audit-as-crates-io = true + [policy.wasmtime-wasi-nn] audit-as-crates-io = true +[policy.wasmtime-wasi-runtime-config] +audit-as-crates-io = true + [policy.wasmtime-wasi-threads] audit-as-crates-io = true diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 9c11da795330..2c7ca1228d53 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1026,12 +1026,24 @@ when = "2024-07-22" user-id = 73222 user-login = "wasmtime-publish" +[[publisher.wasmtime-wasi-keyvalue]] +version = "24.0.0" +when = "2024-08-20" +user-id = 73222 +user-login = "wasmtime-publish" + [[publisher.wasmtime-wasi-nn]] version = "23.0.1" when = "2024-07-22" user-id = 73222 user-login = "wasmtime-publish" +[[publisher.wasmtime-wasi-runtime-config]] +version = "24.0.0" +when = "2024-08-20" +user-id = 73222 +user-login = "wasmtime-publish" + [[publisher.wasmtime-wasi-threads]] version = "23.0.1" when = "2024-07-22"