Bump cargo-vet to 0.6.1 (#6110)
* Bump cargo-vet to 0.6.1. * Add Fuchsia and prune.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
|||||||
if: needs.determine.outputs.audit
|
if: needs.determine.outputs.audit
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
CARGO_VET_VERSION: 0.5.0
|
CARGO_VET_VERSION: 0.6.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -2,14 +2,17 @@
|
|||||||
# cargo-vet config file
|
# cargo-vet config file
|
||||||
|
|
||||||
[cargo-vet]
|
[cargo-vet]
|
||||||
version = "0.5"
|
version = "0.6"
|
||||||
|
|
||||||
[imports.chromeos]
|
|
||||||
url = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/main/cargo-vet/audits.toml?format=TEXT"
|
|
||||||
|
|
||||||
[imports.embark-studios]
|
[imports.embark-studios]
|
||||||
url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"
|
url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"
|
||||||
|
|
||||||
|
[imports.google]
|
||||||
|
url = [
|
||||||
|
"https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/main/cargo-vet/audits.toml?format=TEXT",
|
||||||
|
"https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/third_party/rust_crates/supply-chain/audits.toml?format=TEXT",
|
||||||
|
]
|
||||||
|
|
||||||
[imports.isrg]
|
[imports.isrg]
|
||||||
url = "https://raw.githubusercontent.com/divviup/libprio-rs/main/supply-chain/audits.toml"
|
url = "https://raw.githubusercontent.com/divviup/libprio-rs/main/supply-chain/audits.toml"
|
||||||
|
|
||||||
@@ -858,10 +861,6 @@ criteria = "safe-to-run"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|
||||||
[[exemptions.version_check]]
|
|
||||||
version = "0.9.4"
|
|
||||||
criteria = "safe-to-deploy"
|
|
||||||
|
|
||||||
[[exemptions.wait-timeout]]
|
[[exemptions.wait-timeout]]
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|||||||
@@ -15,21 +15,6 @@ user-id = 696
|
|||||||
user-login = "fitzgen"
|
user-login = "fitzgen"
|
||||||
user-name = "Nick Fitzgerald"
|
user-name = "Nick Fitzgerald"
|
||||||
|
|
||||||
[[audits.chromeos.audits.libfuzzer-sys]]
|
|
||||||
who = "ChromeOS"
|
|
||||||
criteria = "safe-to-run"
|
|
||||||
version = "0.4.4"
|
|
||||||
|
|
||||||
[[audits.chromeos.audits.miniz_oxide]]
|
|
||||||
who = "George Burgess IV <gbiv@google.com>"
|
|
||||||
criteria = "safe-to-run"
|
|
||||||
version = "0.6.2"
|
|
||||||
|
|
||||||
[[audits.chromeos.audits.static_assertions]]
|
|
||||||
who = "ChromeOS"
|
|
||||||
criteria = "safe-to-run"
|
|
||||||
version = "1.1.0"
|
|
||||||
|
|
||||||
[[audits.embark-studios.audits.anyhow]]
|
[[audits.embark-studios.audits.anyhow]]
|
||||||
who = "Johan Andersson <opensource@embark-studios.com>"
|
who = "Johan Andersson <opensource@embark-studios.com>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
@@ -47,6 +32,30 @@ criteria = "safe-to-deploy"
|
|||||||
version = "0.2.2"
|
version = "0.2.2"
|
||||||
notes = "Inspected it and is a tiny crate with just type definitions"
|
notes = "Inspected it and is a tiny crate with just type definitions"
|
||||||
|
|
||||||
|
[[audits.google.audits.libfuzzer-sys]]
|
||||||
|
who = "ChromeOS"
|
||||||
|
criteria = "safe-to-run"
|
||||||
|
version = "0.4.4"
|
||||||
|
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/main/cargo-vet/audits.toml?format=TEXT"
|
||||||
|
|
||||||
|
[[audits.google.audits.miniz_oxide]]
|
||||||
|
who = "George Burgess IV <gbiv@google.com>"
|
||||||
|
criteria = "safe-to-run"
|
||||||
|
version = "0.6.2"
|
||||||
|
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/main/cargo-vet/audits.toml?format=TEXT"
|
||||||
|
|
||||||
|
[[audits.google.audits.static_assertions]]
|
||||||
|
who = "ChromeOS"
|
||||||
|
criteria = "safe-to-run"
|
||||||
|
version = "1.1.0"
|
||||||
|
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/main/cargo-vet/audits.toml?format=TEXT"
|
||||||
|
|
||||||
|
[[audits.google.audits.version_check]]
|
||||||
|
who = "George Burgess IV <gbiv@google.com>"
|
||||||
|
criteria = "safe-to-deploy"
|
||||||
|
version = "0.9.4"
|
||||||
|
aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/main/cargo-vet/audits.toml?format=TEXT"
|
||||||
|
|
||||||
[[audits.isrg.audits.block-buffer]]
|
[[audits.isrg.audits.block-buffer]]
|
||||||
who = "David Cook <dcook@divviup.org>"
|
who = "David Cook <dcook@divviup.org>"
|
||||||
criteria = "safe-to-deploy"
|
criteria = "safe-to-deploy"
|
||||||
|
|||||||
Reference in New Issue
Block a user