Skip to content

Commit

Permalink
Add audit for wasmtime-math (bytecodealliance#10059)
Browse files Browse the repository at this point in the history
I noticed that CI is failing given that an audit and policy for
`wasmtime-math` is missing.

`wasmtime-math` was introduced in
https://github.com/bytecodealliance/wasmtime/pull/9808/files.

I followed a similar approach to what it's used for all the other
`wasmtime-*` crates.
  • Loading branch information
saulecabrera authored and alexcrichton committed Jan 21, 2025
1 parent 5454077 commit a65b40d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
8 changes: 8 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,14 @@ start = "2022-11-21"
end = "2025-07-30"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-math]]
who = "Saúl Cabrera <saulecabrera@gmail.com>"
criteria = "safe-to-deploy"
user-id = 73222 # wasmtime-publish
start = "2025-01-20"
end = "2026-01-21"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-runtime]]
who = "Bobby Holley <bobbyholley@gmail.com>"
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 @@ -142,6 +142,9 @@ audit-as-crates-io = true
[policy.wasmtime-jit-icache-coherence]
audit-as-crates-io = true

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

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

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

[[unpublished.wasmtime-jit-icache-coherence]]
version = "30.0.0"
audited_as = "28.0.0"

[[unpublished.wasmtime-math]]
version = "30.0.0"
audited_as = "29.0.0"

[[unpublished.wasmtime-slab]]
version = "28.0.0"
audited_as = "26.0.1"
Expand Down Expand Up @@ -1299,6 +1307,12 @@ when = "2024-11-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-math]]
version = "29.0.0"
when = "2025-01-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-slab]]
version = "27.0.0"
when = "2024-11-20"
Expand Down

0 comments on commit a65b40d

Please sign in to comment.