mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1750691 - [rust-mozversion] Cargo vet version 0.5.0. r=supply-chain-reviewers,bholley
Differential Revision: https://phabricator.services.mozilla.com/D159361
This commit is contained in:
parent
f03eb07e0c
commit
a70be56ac8
@ -696,6 +696,12 @@ criteria = "safe-to-deploy"
|
||||
version = "0.15.0"
|
||||
notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
|
||||
|
||||
[[audits.mozversion]]
|
||||
who = "Henrik Skupin <mail@hskupin.info>"
|
||||
criteria = "safe-to-run"
|
||||
version = "0.5.0"
|
||||
notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
|
||||
|
||||
[[audits.naga]]
|
||||
who = "Dzmitry Malyshau <kvark@fastmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -110,6 +110,10 @@ notes = "This is a first-party crate which is also published to crates.io, but w
|
||||
audit-as-crates-io = true
|
||||
notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
|
||||
|
||||
[policy.mozversion]
|
||||
audit-as-crates-io = true
|
||||
notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."
|
||||
|
||||
[policy.naga]
|
||||
audit-as-crates-io = true
|
||||
notes = "wgpu-core pins this crate."
|
||||
|
Loading…
Reference in New Issue
Block a user