Skip to content

Commit

Permalink
Run cargo vet regenerate audit-as-crates-io (bytecodealliance#8017) (
Browse files Browse the repository at this point in the history
…bytecodealliance#8020)

* Run `cargo vet regenerate audit-as-crates-io`

* Add wildcard audits for wasmtime-c-api-macros and wasmtime-c-api-impl
  • Loading branch information
elliottt authored Feb 28, 2024
1 parent dfdd28e commit 81ea56a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
16 changes: 16 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,22 @@ start = "2022-08-22"
end = "2024-06-26"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-c-api-impl]]
who = "Trevor Elliott <telliott@fastly.com>"
criteria = "safe-to-deploy"
user-id = 73222 # wasmtime-publish
start = "2024-02-20"
end = "2025-02-28"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-c-api-macros]]
who = "Trevor Elliott <telliott@fastly.com>"
criteria = "safe-to-deploy"
user-id = 73222 # wasmtime-publish
start = "2024-02-20"
end = "2025-02-28"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-cache]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"
Expand Down
6 changes: 6 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ audit-as-crates-io = true
[policy.wasmtime-asm-macros]
audit-as-crates-io = true

[policy.wasmtime-c-api-impl]
audit-as-crates-io = true

[policy.wasmtime-c-api-macros]
audit-as-crates-io = true

[policy.wasmtime-cache]
audit-as-crates-io = true

Expand Down
20 changes: 20 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@ audited_as = "17.0.0"
version = "18.0.1"
audited_as = "18.0.0"

[[unpublished.wasmtime-c-api-impl]]
version = "19.0.0"
audited_as = "18.0.1"

[[unpublished.wasmtime-c-api-macros]]
version = "19.0.0"
audited_as = "18.0.1"

[[unpublished.wasmtime-cache]]
version = "18.0.0"
audited_as = "17.0.0"
Expand Down Expand Up @@ -1194,6 +1202,18 @@ when = "2024-02-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-c-api-impl]]
version = "18.0.1"
when = "2024-02-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-c-api-macros]]
version = "18.0.1"
when = "2024-02-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-cache]]
version = "17.0.0"
when = "2024-01-25"
Expand Down

0 comments on commit 81ea56a

Please sign in to comment.