You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.4 KiB
64 lines
1.4 KiB
|
|
# 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.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.xash3d-admin] |
|
audit-as-crates-io = true |
|
|
|
[policy.xash3d-master] |
|
audit-as-crates-io = true |
|
|
|
[policy.xash3d-protocol] |
|
audit-as-crates-io = true |
|
|
|
[policy.xash3d-query] |
|
audit-as-crates-io = true |
|
|
|
[[exemptions.ahash]] |
|
version = "0.4.8" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.blake2b_simd]] |
|
version = "0.5.11" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.chrono]] |
|
version = "0.4.26" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.redox_syscall]] |
|
version = "0.2.16" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.termion]] |
|
version = "2.0.1" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.winapi]] |
|
version = "0.3.9" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.winapi-i686-pc-windows-gnu]] |
|
version = "0.4.0" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.winapi-x86_64-pc-windows-gnu]] |
|
version = "0.4.0" |
|
criteria = "safe-to-deploy"
|
|
|