Skip to content

Commit

Permalink
Add vet entries for wasmtime-slab (#8286)
Browse files Browse the repository at this point in the history
Required to get `cargo vet` passing locally.
  • Loading branch information
alexcrichton committed Apr 2, 2024
1 parent 24f7f40 commit 154b14a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3610,6 +3610,12 @@ user-id = 73222 # wasmtime-publish
start = "2024-02-15"
end = "2025-02-16"

[[trusted.wasmtime-slab]]
criteria = "safe-to-deploy"
user-id = 73222 # wasmtime-publish
start = "2024-03-20"
end = "2025-04-02"

[[trusted.wasmtime-wmemcheck]]
criteria = "safe-to-deploy"
user-id = 73222 # wasmtime-publish
Expand Down
3 changes: 3 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ audit-as-crates-io = true
[policy.wasmtime-runtime]
audit-as-crates-io = true

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

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

Expand Down
6 changes: 6 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,12 @@ when = "2024-02-07"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-slab]]
version = "19.0.0"
when = "2024-03-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-types]]
version = "17.0.1"
when = "2024-02-07"
Expand Down

0 comments on commit 154b14a

Please sign in to comment.