Skip to content

Commit

Permalink
supply-chain: Setup cargo vet
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-h committed Aug 16, 2024
1 parent 222e9dc commit 9076bea
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 0 deletions.
4 changes: 4 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# cargo-vet audits file

[audits]
60 changes: 60 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@

# cargo-vet config file

[cargo-vet]
version = "0.9"

[imports.bytecode-alliance]
url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"

[imports.embark-studios]
url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"

[imports.gnome-audited]
url = "https://gitlab.gnome.org/Teams/Releng/rust-supply-chain/-/raw/main/gnome-audited/audits.toml"

[imports.gnome-created]
url = "https://gitlab.gnome.org/Teams/Releng/rust-supply-chain/-/raw/main/gnome-created/supply-chain/audits.toml"

[imports.gnome-trusted]
url = "https://gitlab.gnome.org/Teams/Releng/rust-supply-chain/-/raw/main/gnome-trusted/supply-chain/audits.toml"

[imports.google]
url = "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml"

[imports.isrg]
url = "https://raw.githubusercontent.com/divviup/libprio-rs/main/supply-chain/audits.toml"

[imports.mozilla]
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"

[policy.gufo]
audit-as-crates-io = true

[policy."gufo-common:0.1.1"]
audit-as-crates-io = true

[policy."gufo-exif:0.1.1"]
audit-as-crates-io = true

[policy."gufo-jpeg:0.1.1"]
audit-as-crates-io = true

[[exemptions.once_cell]]
version = "1.19.0"
criteria = "safe-to-deploy"

[[exemptions.paste]]
version = "1.0.15"
criteria = "safe-to-deploy"

[[exemptions.syn]]
version = "2.0.66"
criteria = "safe-to-deploy"

[[exemptions.xml-rs]]
version = "0.8.19"
criteria = "safe-to-deploy"
Loading

0 comments on commit 9076bea

Please sign in to comment.