Skip to content

Commit

Permalink
Add more vets for core dumps (#5894)
Browse files Browse the repository at this point in the history
Required by #5868
  • Loading branch information
alexcrichton authored Feb 28, 2023
1 parent 480c45b commit aad8eae
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,12 @@ This is a small crate which doesn't deviate outside of its intended purpose and
additionally contains no `unsafe` code.
"""

[[audits.wasm-coredump-builder]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
delta = "0.1.10 -> 0.1.11"
notes = "This is a minor update which only adds a small bit of functionality."

[[audits.wasm-coredump-encoder]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
Expand All @@ -780,6 +786,15 @@ This small crate contains no `unsafe` code and does no more than what it says on
the tin.
"""

[[audits.wasm-coredump-encoder]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
delta = "0.1.10 -> 0.1.11"
notes = """
This is a small update which accounts for a function offset in frames and
doesn't add in too much extra.
"""

[[audits.wasm-coredump-types]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
Expand All @@ -789,6 +804,12 @@ This small crate contains no `unsafe` code and only contains type definitions
used for wasm core dumps and trivially stays within its bounds.
"""

[[audits.wasm-coredump-types]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
delta = "0.1.10 -> 0.1.11"
notes = "This is quite a small update which only adds a small bit of offset-related functionality."

[[audits.wasm-encoder]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit aad8eae

Please sign in to comment.