diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index c74e98133f8f..de4557301308 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -489,6 +489,14 @@ start = "2022-11-21" end = "2025-07-30" notes = "The Bytecode Alliance is the author of this crate." +[[wildcard-audits.wasmtime-math]] +who = "Saúl Cabrera " +criteria = "safe-to-deploy" +user-id = 73222 # wasmtime-publish +start = "2025-01-20" +end = "2026-01-21" +notes = "The Bytecode Alliance is the author of this crate." + [[wildcard-audits.wasmtime-runtime]] who = "Bobby Holley " criteria = "safe-to-deploy" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 5384b5f59c05..a971945479c7 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -142,6 +142,9 @@ audit-as-crates-io = true [policy.wasmtime-jit-icache-coherence] audit-as-crates-io = true +[policy.wasmtime-math] +audit-as-crates-io = true + [policy.wasmtime-slab] audit-as-crates-io = true diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 108c13d4e784..e7ed2651b6fb 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -385,6 +385,10 @@ audited_as = "27.0.0" version = "30.0.0" audited_as = "28.0.0" +[[unpublished.wasmtime-math]] +version = "30.0.0" +audited_as = "29.0.0" + [[unpublished.wasmtime-slab]] version = "28.0.0" audited_as = "26.0.1" @@ -1487,6 +1491,12 @@ when = "2024-12-20" user-id = 73222 user-login = "wasmtime-publish" +[[publisher.wasmtime-math]] +version = "29.0.0" +when = "2025-01-20" +user-id = 73222 +user-login = "wasmtime-publish" + [[publisher.wasmtime-slab]] version = "28.0.0" when = "2024-12-20"