Skip to content

Commit

Permalink
Update cargo vet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jan 27, 2024
1 parent 291ce87 commit 60175aa
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 100 deletions.
37 changes: 37 additions & 0 deletions bestool/supply-chain/audits.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,36 @@

# cargo-vet audits file

[[audits.bitflags]]
who = "Ben Brown <[email protected]>"
criteria = "safe-to-deploy"
delta = "2.4.1 -> 2.4.2"

[[audits.io-kit-sys]]
who = "Ben Brown <[email protected]>"
criteria = "safe-to-deploy"
version = "0.4.0"

[[audits.pkg-config]]
who = "Ben V. Brown <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.3.26 -> 0.3.27"

[[audits.pkg-config]]
who = "Ben Brown <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.3.27 -> 0.3.29"

[[audits.serialport]]
who = "Ben Brown <[email protected]>"
criteria = "safe-to-deploy"
delta = "4.2.2 -> 4.3.0"

[[audits.unescaper]]
who = "Ben Brown <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.4"

[[trusted.aho-corasick]]
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
Expand Down Expand Up @@ -78,6 +103,18 @@ user-id = 2915 # Amanieu d'Antras (Amanieu)
start = "2021-01-27"
end = "2024-11-26"

[[trusted.libc]]
criteria = "safe-to-deploy"
user-id = 51017 # Yuki Okushi (JohnTitor)
start = "2020-03-17"
end = "2025-01-27"

[[trusted.mach2]]
criteria = "safe-to-deploy"
user-id = 51017 # Yuki Okushi (JohnTitor)
start = "2021-11-15"
end = "2025-01-27"

[[trusted.memchr]]
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
Expand Down
22 changes: 1 addition & 21 deletions bestool/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 All @@ -22,14 +22,6 @@ url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml"
[imports.zcash]
url = "https://raw.githubusercontent.com/zcash/rust-ecosystem/main/supply-chain/audits.toml"

[[exemptions.CoreFoundation-sys]]
version = "0.1.4"
criteria = "safe-to-deploy"

[[exemptions.IOKit-sys]]
version = "0.1.5"
criteria = "safe-to-deploy"

[[exemptions.bitflags]]
version = "1.3.2"
criteria = "safe-to-deploy"
Expand All @@ -50,10 +42,6 @@ criteria = "safe-to-deploy"
version = "0.1.4"
criteria = "safe-to-deploy"

[[exemptions.mach]]
version = "0.1.2"
criteria = "safe-to-deploy"

[[exemptions.nix]]
version = "0.26.4"
criteria = "safe-to-deploy"
Expand All @@ -66,10 +54,6 @@ criteria = "safe-to-deploy"
version = "4.2.2"
criteria = "safe-to-deploy"

[[exemptions.sharded-slab]]
version = "0.1.7"
criteria = "safe-to-deploy"

[[exemptions.strsim]]
version = "0.10.0"
criteria = "safe-to-deploy"
Expand All @@ -90,10 +74,6 @@ criteria = "safe-to-deploy"
version = "0.2.0"
criteria = "safe-to-deploy"

[[exemptions.tracing-subscriber]]
version = "0.3.18"
criteria = "safe-to-deploy"

[[exemptions.winapi]]
version = "0.3.9"
criteria = "safe-to-deploy"
Expand Down
Loading

0 comments on commit 60175aa

Please sign in to comment.