qa: Remove audit-as-crates-io for non-third-party crates

We only need these lines when we have a git dependency on our Rust
crates.
This commit is contained in:
Jack Grigg 2023-01-10 15:21:49 +00:00
parent 172ac8516f
commit af92e3f449
3 changed files with 0 additions and 33 deletions

View File

@ -550,4 +550,3 @@ who = "Daira Hopwood <daira@jacaranda.org>"
criteria = "safe-to-deploy"
delta = "1.4.3 -> 1.5.7"
notes = "The zeroize_c_string unit test has UB, but that's very unlikely to cause a problem in practice."

View File

@ -10,36 +10,6 @@ url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audit
[imports.firefox]
url = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
[policy.equihash]
audit-as-crates-io = true
[policy.f4jumble]
audit-as-crates-io = true
[policy.group]
audit-as-crates-io = true
[policy.orchard]
audit-as-crates-io = true
[policy.zcash_address]
audit-as-crates-io = true
[policy.zcash_encoding]
audit-as-crates-io = true
[policy.zcash_history]
audit-as-crates-io = true
[policy.zcash_note_encryption]
audit-as-crates-io = true
[policy.zcash_primitives]
audit-as-crates-io = true
[policy.zcash_proofs]
audit-as-crates-io = true
[[exemptions.addr2line]]
version = "0.17.0"
criteria = "safe-to-deploy"
@ -870,4 +840,3 @@ criteria = "safe-to-deploy"
[[exemptions.zeroize_derive]]
version = "1.3.2"
criteria = "safe-to-deploy"

View File

@ -863,4 +863,3 @@ delta = "0.1.21 -> 0.1.22"
who = "Mike Hommey <mh+mozilla@glandium.org>"
criteria = "safe-to-deploy"
delta = "0.2.3 -> 0.2.4"