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.
56 lines
1.2 KiB
56 lines
1.2 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.crossterm_winapi]] |
|
version = "0.9.1" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.mio]] |
|
version = "0.8.10" |
|
criteria = "safe-to-deploy" |
|
|
|
[[exemptions.redox_syscall]] |
|
version = "0.5.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"
|
|
|