forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08718d4
commit 42cd6f2
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2226,6 +2226,12 @@ a few `unsafe` blocks related to utf-8 validation which are locally verifiable | |
as correct and otherwise this crate is good to go. | ||
""" | ||
|
||
[[audits.pin-project-lite]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.2.13 -> 0.2.14" | ||
notes = "No substantive changes in this update" | ||
|
||
[[audits.pin-utils]] | ||
who = "Pat Hickey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4008,6 +4008,13 @@ version = "0.2.9" | |
notes = "Reviewed on https://fxrev.dev/824504" | ||
aggregated-from = "https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/third_party/rust_crates/supply-chain/audits.toml?format=TEXT" | ||
|
||
[[audits.google.audits.pin-project-lite]] | ||
who = "David Koloski <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.2.9 -> 0.2.13" | ||
notes = "Audited at https://fxrev.dev/946396" | ||
aggregated-from = "https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/third_party/rust_crates/supply-chain/audits.toml?format=TEXT" | ||
|
||
[[audits.google.audits.socket2]] | ||
who = "David Koloski <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|