Skip to content

Commit

Permalink
Backport 8017 to release-17.0.0 (#8021)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
elliottt committed Feb 28, 2024
1 parent 34a34a8 commit 6df0323
Show file tree
Hide file tree
Showing 3 changed files with 40 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 @@ -91,6 +91,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 = false

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

Expand Down
18 changes: 18 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,18 @@ audited_as = "15.0.1"
version = "17.0.1"
audited_as = "17.0.0"

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

[[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 = "15.0.0"
audited_as = "14.0.2"
Expand Down Expand Up @@ -2163,6 +2175,12 @@ when = "2024-01-25"
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-cache]]
version = "14.0.2"
when = "2023-10-26"
Expand Down

0 comments on commit 6df0323

Please sign in to comment.