diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index dca1eaf820f6..7c708bf2e64c 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -24,6 +24,22 @@ start = "2021-10-29" end = "2025-07-30" notes = "The Bytecode Alliance is the author of this crate." +[[wildcard-audits.cranelift-assembler-x64]] +who = "Saúl Cabrera " +criteria = "safe-to-deploy" +user-id = 73222 # wasmtime-publish +start = "2025-02-20" +end = "2026-02-20" +notes = "The Bytecode Alliance is the author of this crate" + +[[wildcard-audits.cranelift-assembler-x64-meta]] +who = "Saúl Cabrera " +criteria = "safe-to-deploy" +user-id = 73222 # wasmtime-publish +start = "2025-02-20" +end = "2026-02-20" +notes = "The Bytecode Alliance is the author of this crate." + [[wildcard-audits.cranelift-bforest]] who = "Bobby Holley " criteria = "safe-to-deploy" @@ -557,6 +573,14 @@ start = "2023-05-22" end = "2025-07-30" notes = "The Bytecode Alliance is the author of this crate." +[[wildcard-audits.wasmtime-wasi-io]] +who = "Saúl Cabrera " +criteria = "safe-to-deploy" +user-id = 73222 # wasmtime-publish +start = "2025-02-20" +end = "2026-02-20" +notes = "The Bytecode Alliance is the author of this crate." + [[wildcard-audits.wasmtime-wasi-keyvalue]] who = "Alex Crichton " criteria = "safe-to-deploy" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index c994a565c0c2..faf59528158c 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -25,9 +25,15 @@ url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml" [policy.cranelift] audit-as-crates-io = true +[policy.cranelift-assembler-x64] +audit-as-crates-io = true + [policy.cranelift-assembler-x64-fuzz] criteria = [] +[policy.cranelift-assembler-x64-meta] +audit-as-crates-io = true + [policy.cranelift-bforest] audit-as-crates-io = true @@ -163,6 +169,9 @@ audit-as-crates-io = true [policy.wasmtime-wasi-http] audit-as-crates-io = true +[policy.wasmtime-wasi-io] +audit-as-crates-io = true + [policy.wasmtime-wasi-keyvalue] audit-as-crates-io = true diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 9b5893e3bed6..04abaef04448 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -17,6 +17,14 @@ audited_as = "0.115.0" version = "0.118.0" audited_as = "0.116.1" +[[unpublished.cranelift-assembler-x64]] +version = "0.118.0" +audited_as = "0.117.0" + +[[unpublished.cranelift-assembler-x64-meta]] +version = "0.118.0" +audited_as = "0.117.0" + [[unpublished.cranelift-bforest]] version = "0.115.0" audited_as = "0.113.1" @@ -585,6 +593,10 @@ audited_as = "28.0.0" version = "31.0.0" audited_as = "29.0.1" +[[unpublished.wasmtime-wasi-io]] +version = "31.0.0" +audited_as = "30.0.0" + [[unpublished.wasmtime-wasi-keyvalue]] version = "28.0.0" audited_as = "26.0.1" @@ -974,6 +986,18 @@ when = "2025-01-21" user-id = 73222 user-login = "wasmtime-publish" +[[publisher.cranelift-assembler-x64]] +version = "0.117.0" +when = "2025-02-20" +user-id = 73222 +user-login = "wasmtime-publish" + +[[publisher.cranelift-assembler-x64-meta]] +version = "0.117.0" +when = "2025-02-20" +user-id = 73222 +user-login = "wasmtime-publish" + [[publisher.cranelift-bforest]] version = "0.116.1" when = "2025-01-21" @@ -1727,6 +1751,12 @@ when = "2025-01-21" user-id = 73222 user-login = "wasmtime-publish" +[[publisher.wasmtime-wasi-io]] +version = "30.0.0" +when = "2025-02-20" +user-id = 73222 +user-login = "wasmtime-publish" + [[publisher.wasmtime-wasi-keyvalue]] version = "29.0.1" when = "2025-01-21"