Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cargo vet on main #9635

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,14 @@ start = "2021-10-29"
end = "2025-07-30"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-wasi-config]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
user-id = 73222 # wasmtime-publish
start = "2021-10-29"
end = "2025-07-30"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-wasi-crypto]]
who = "Bobby Holley <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
3 changes: 3 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ audit-as-crates-io = false
[policy.wasmtime-wasi]
audit-as-crates-io = true

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

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

Expand Down
10 changes: 10 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ audited_as = "26.0.1"
version = "28.0.0"
audited_as = "26.0.1"

[[unpublished.wasmtime-wasi-config]]
version = "28.0.0"
audited_as = "27.0.0"

[[unpublished.wasmtime-wasi-http]]
version = "28.0.0"
audited_as = "26.0.1"
Expand Down Expand Up @@ -1063,6 +1067,12 @@ when = "2024-11-05"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-wasi-config]]
version = "27.0.0"
when = "2024-11-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-wasi-http]]
version = "26.0.1"
when = "2024-11-05"
Expand Down