Skip to content

Commit 6df0323

Browse files
authored
Backport 8017 to release-17.0.0 (#8021)
* Run `cargo vet regenerate audit-as-crates-io` (#8017) * Run `cargo vet regenerate audit-as-crates-io` * Add wildcard audits for wasmtime-c-api-macros and wasmtime-c-api-impl * Run `cargo vet regenerate audit-as-crates-io` wasmtime-c-api-macros wasn't released in 17.x
1 parent 34a34a8 commit 6df0323

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

supply-chain/audits.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,22 @@ start = "2022-08-22"
313313
end = "2024-06-26"
314314
notes = "The Bytecode Alliance is the author of this crate."
315315

316+
[[wildcard-audits.wasmtime-c-api-impl]]
317+
who = "Trevor Elliott <[email protected]>"
318+
criteria = "safe-to-deploy"
319+
user-id = 73222 # wasmtime-publish
320+
start = "2024-02-20"
321+
end = "2025-02-28"
322+
notes = "The Bytecode Alliance is the author of this crate."
323+
324+
[[wildcard-audits.wasmtime-c-api-macros]]
325+
who = "Trevor Elliott <[email protected]>"
326+
criteria = "safe-to-deploy"
327+
user-id = 73222 # wasmtime-publish
328+
start = "2024-02-20"
329+
end = "2025-02-28"
330+
notes = "The Bytecode Alliance is the author of this crate."
331+
316332
[[wildcard-audits.wasmtime-cache]]
317333
who = "Bobby Holley <[email protected]>"
318334
criteria = "safe-to-deploy"

supply-chain/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ audit-as-crates-io = true
9191
[policy.wasmtime-asm-macros]
9292
audit-as-crates-io = true
9393

94+
[policy.wasmtime-c-api-impl]
95+
audit-as-crates-io = true
96+
97+
[policy.wasmtime-c-api-macros]
98+
audit-as-crates-io = false
99+
94100
[policy.wasmtime-cache]
95101
audit-as-crates-io = true
96102

supply-chain/imports.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,18 @@ audited_as = "15.0.1"
353353
version = "17.0.1"
354354
audited_as = "17.0.0"
355355

356+
[[unpublished.wasmtime-c-api-impl]]
357+
version = "17.0.1"
358+
audited_as = "18.0.1"
359+
360+
[[unpublished.wasmtime-c-api-impl]]
361+
version = "19.0.0"
362+
audited_as = "18.0.1"
363+
364+
[[unpublished.wasmtime-c-api-macros]]
365+
version = "19.0.0"
366+
audited_as = "18.0.1"
367+
356368
[[unpublished.wasmtime-cache]]
357369
version = "15.0.0"
358370
audited_as = "14.0.2"
@@ -2163,6 +2175,12 @@ when = "2024-01-25"
21632175
user-id = 73222
21642176
user-login = "wasmtime-publish"
21652177

2178+
[[publisher.wasmtime-c-api-impl]]
2179+
version = "18.0.1"
2180+
when = "2024-02-20"
2181+
user-id = 73222
2182+
user-login = "wasmtime-publish"
2183+
21662184
[[publisher.wasmtime-cache]]
21672185
version = "14.0.2"
21682186
when = "2023-10-26"

0 commit comments

Comments
 (0)