Skip to content

Commit 3156541

Browse files
authored
Add vets for recently introduced crates (#10253)
CI is currently failing due to missing audits for the following Bytecode Alliance authored crates: * `wasmtime-wasi-io` * `cranelift-assembler-x64` * `cranelift-assembler-meta`
1 parent 287e8fb commit 3156541

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

supply-chain/audits.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ start = "2021-10-29"
2424
end = "2025-07-30"
2525
notes = "The Bytecode Alliance is the author of this crate."
2626

27+
[[wildcard-audits.cranelift-assembler-x64]]
28+
who = "Saúl Cabrera <saulecabrera@gmail.com>"
29+
criteria = "safe-to-deploy"
30+
user-id = 73222 # wasmtime-publish
31+
start = "2025-02-20"
32+
end = "2026-02-20"
33+
notes = "The Bytecode Alliance is the author of this crate"
34+
35+
[[wildcard-audits.cranelift-assembler-x64-meta]]
36+
who = "Saúl Cabrera <saulecabrera@gmail.com>"
37+
criteria = "safe-to-deploy"
38+
user-id = 73222 # wasmtime-publish
39+
start = "2025-02-20"
40+
end = "2026-02-20"
41+
notes = "The Bytecode Alliance is the author of this crate."
42+
2743
[[wildcard-audits.cranelift-bforest]]
2844
who = "Bobby Holley <bobbyholley@gmail.com>"
2945
criteria = "safe-to-deploy"
@@ -557,6 +573,14 @@ start = "2023-05-22"
557573
end = "2025-07-30"
558574
notes = "The Bytecode Alliance is the author of this crate."
559575

576+
[[wildcard-audits.wasmtime-wasi-io]]
577+
who = "Saúl Cabrera <saulecabrera@gmail.com>"
578+
criteria = "safe-to-deploy"
579+
user-id = 73222 # wasmtime-publish
580+
start = "2025-02-20"
581+
end = "2026-02-20"
582+
notes = "The Bytecode Alliance is the author of this crate."
583+
560584
[[wildcard-audits.wasmtime-wasi-keyvalue]]
561585
who = "Alex Crichton <alex@alexcrichton.com>"
562586
criteria = "safe-to-deploy"

supply-chain/config.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,15 @@ url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml"
2525
[policy.cranelift]
2626
audit-as-crates-io = true
2727

28+
[policy.cranelift-assembler-x64]
29+
audit-as-crates-io = true
30+
2831
[policy.cranelift-assembler-x64-fuzz]
2932
criteria = []
3033

34+
[policy.cranelift-assembler-x64-meta]
35+
audit-as-crates-io = true
36+
3137
[policy.cranelift-bforest]
3238
audit-as-crates-io = true
3339

@@ -163,6 +169,9 @@ audit-as-crates-io = true
163169
[policy.wasmtime-wasi-http]
164170
audit-as-crates-io = true
165171

172+
[policy.wasmtime-wasi-io]
173+
audit-as-crates-io = true
174+
166175
[policy.wasmtime-wasi-keyvalue]
167176
audit-as-crates-io = true
168177

supply-chain/imports.lock

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ audited_as = "0.115.0"
1717
version = "0.118.0"
1818
audited_as = "0.116.1"
1919

20+
[[unpublished.cranelift-assembler-x64]]
21+
version = "0.118.0"
22+
audited_as = "0.117.0"
23+
24+
[[unpublished.cranelift-assembler-x64-meta]]
25+
version = "0.118.0"
26+
audited_as = "0.117.0"
27+
2028
[[unpublished.cranelift-bforest]]
2129
version = "0.115.0"
2230
audited_as = "0.113.1"
@@ -585,6 +593,10 @@ audited_as = "28.0.0"
585593
version = "31.0.0"
586594
audited_as = "29.0.1"
587595

596+
[[unpublished.wasmtime-wasi-io]]
597+
version = "31.0.0"
598+
audited_as = "30.0.0"
599+
588600
[[unpublished.wasmtime-wasi-keyvalue]]
589601
version = "28.0.0"
590602
audited_as = "26.0.1"
@@ -974,6 +986,18 @@ when = "2025-01-21"
974986
user-id = 73222
975987
user-login = "wasmtime-publish"
976988

989+
[[publisher.cranelift-assembler-x64]]
990+
version = "0.117.0"
991+
when = "2025-02-20"
992+
user-id = 73222
993+
user-login = "wasmtime-publish"
994+
995+
[[publisher.cranelift-assembler-x64-meta]]
996+
version = "0.117.0"
997+
when = "2025-02-20"
998+
user-id = 73222
999+
user-login = "wasmtime-publish"
1000+
9771001
[[publisher.cranelift-bforest]]
9781002
version = "0.116.1"
9791003
when = "2025-01-21"
@@ -1727,6 +1751,12 @@ when = "2025-01-21"
17271751
user-id = 73222
17281752
user-login = "wasmtime-publish"
17291753

1754+
[[publisher.wasmtime-wasi-io]]
1755+
version = "30.0.0"
1756+
when = "2025-02-20"
1757+
user-id = 73222
1758+
user-login = "wasmtime-publish"
1759+
17301760
[[publisher.wasmtime-wasi-keyvalue]]
17311761
version = "29.0.1"
17321762
when = "2025-01-21"

0 commit comments

Comments
 (0)