-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #436 from str4d/cargo-vet-0.9
Bump `cargo-vet` to 0.9
- Loading branch information
Showing
2 changed files
with
41 additions
and
13 deletions.
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
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 |
---|---|---|
|
@@ -8,6 +8,13 @@ user-id = 696 | |
user-login = "fitzgen" | ||
user-name = "Nick Fitzgerald" | ||
|
||
[[publisher.core-foundation-sys]] | ||
version = "0.8.4" | ||
when = "2023-04-03" | ||
user-id = 5946 | ||
user-login = "jrmuizel" | ||
user-name = "Jeff Muizelaar" | ||
|
||
[[publisher.windows-sys]] | ||
version = "0.45.0" | ||
when = "2023-01-21" | ||
|
@@ -270,6 +277,15 @@ criteria = "safe-to-deploy" | |
version = "1.0.0" | ||
notes = "I am the author of this crate." | ||
|
||
[[audits.bytecode-alliance.audits.core-foundation-sys]] | ||
who = "Dan Gohman <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
delta = "0.8.4 -> 0.8.6" | ||
notes = """ | ||
The changes here are all typical bindings updates: new functions, types, and | ||
constants. I have not audited all the bindings for ABI conformance. | ||
""" | ||
|
||
[[audits.bytecode-alliance.audits.criterion]] | ||
who = "Pat Hickey <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -328,6 +344,20 @@ criteria = "safe-to-deploy" | |
version = "0.3.27" | ||
notes = "Unsafe used to implement a concurrency primitive AtomicWaker. Well-commented and not obviously incorrect. Like my other audits of these concurrency primitives inside the futures family, I couldn't certify that it is correct without formal methods, but that is out of scope for this vetting." | ||
|
||
[[audits.bytecode-alliance.audits.iana-time-zone]] | ||
who = "Dan Gohman <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.1.59" | ||
notes = """ | ||
I also manually ran windows-bindgen and confirmed that the output matches | ||
the bindings checked into the repo. | ||
""" | ||
|
||
[[audits.bytecode-alliance.audits.iana-time-zone-haiku]] | ||
who = "Dan Gohman <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
version = "0.1.2" | ||
|
||
[[audits.bytecode-alliance.audits.libm]] | ||
who = "Alex Crichton <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|
@@ -900,6 +930,16 @@ who = "David Cook <[email protected]>" | |
criteria = "safe-to-deploy" | ||
version = "0.2.83" | ||
|
||
[[audits.mozilla.wildcard-audits.core-foundation-sys]] | ||
who = "Bobby Holley <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
user-id = 5946 # Jeff Muizelaar (jrmuizel) | ||
start = "2020-10-14" | ||
end = "2023-05-04" | ||
renew = false | ||
notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla." | ||
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" | ||
|
||
[[audits.mozilla.audits.android_system_properties]] | ||
who = "Nicolas Silva <[email protected]>" | ||
criteria = "safe-to-deploy" | ||
|