File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,22 @@ start = "2022-08-22"
313313end = " 2024-06-26"
314314notes = " 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 ]]
317333who =
" Bobby Holley <[email protected] >" 318334criteria = " safe-to-deploy"
Original file line number Diff line number Diff line change @@ -91,6 +91,12 @@ audit-as-crates-io = true
9191[policy .wasmtime-asm-macros ]
9292audit-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 ]
95101audit-as-crates-io = true
96102
Original file line number Diff line number Diff line change @@ -353,6 +353,18 @@ audited_as = "15.0.1"
353353version = "17.0.1"
354354audited_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]]
357369version = "15.0.0"
358370audited_as = "14.0.2"
@@ -2163,6 +2175,12 @@ when = "2024-01-25"
21632175user-id = 73222
21642176user-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]]
21672185version = "14.0.2"
21682186when = "2023-10-26"
You can’t perform that action at this time.
0 commit comments