Skip to content

Commit

Permalink
Merge pull request #436 from str4d/cargo-vet-0.9
Browse files Browse the repository at this point in the history
Bump `cargo-vet` to 0.9
  • Loading branch information
str4d authored Jan 7, 2024
2 parents e2a75df + d27bbff commit dd14a4e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 13 deletions.
14 changes: 1 addition & 13 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cargo-vet config file

[cargo-vet]
version = "0.8"
version = "0.9"

[imports.bytecode-alliance]
url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
Expand Down Expand Up @@ -181,10 +181,6 @@ criteria = "safe-to-deploy"
version = "0.3.2"
criteria = "safe-to-deploy"

[[exemptions.core-foundation-sys]]
version = "0.8.6"
criteria = "safe-to-deploy"

[[exemptions.cpp_demangle]]
version = "0.4.3"
criteria = "safe-to-run"
Expand Down Expand Up @@ -365,14 +361,6 @@ criteria = "safe-to-deploy"
version = "0.8.3"
criteria = "safe-to-deploy"

[[exemptions.iana-time-zone]]
version = "0.1.59"
criteria = "safe-to-deploy"

[[exemptions.iana-time-zone-haiku]]
version = "0.1.2"
criteria = "safe-to-deploy"

[[exemptions.indexmap]]
version = "2.0.0"
criteria = "safe-to-deploy"
Expand Down
40 changes: 40 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit dd14a4e

Please sign in to comment.