diff options
Diffstat (limited to 'supply-chain')
-rw-r--r-- | supply-chain/audits.toml | 2547 | ||||
-rw-r--r-- | supply-chain/config.toml | 1406 | ||||
-rw-r--r-- | supply-chain/imports.lock | 331 | ||||
-rw-r--r-- | supply-chain/moz.build | 8 |
4 files changed, 4292 insertions, 0 deletions
diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml new file mode 100644 index 0000000000..2e25f81f02 --- /dev/null +++ b/supply-chain/audits.toml @@ -0,0 +1,2547 @@ + +# cargo-vet audits file + +[[audits.aa-stroke]] +who = "Lee Salzman <lsalzman@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.1.0" +notes = "Written and maintained by Gfx team at Mozilla." + +[[audits.aho-corasick]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.7.18 -> 0.7.20" + +[[audits.alsa]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.4.3 -> 0.7.0" + +[[audits.android_logger]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.11.0" +notes = "Small crate, wrapping Android log functionality, reviewed by janerik" + +[[audits.android_logger]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.11.0 -> 0.11.1" +notes = "Small crate, wrapping Android log functionality, now switched to properly using MaybeUninit" + +[[audits.android_system_properties]] +who = "Nicolas Silva <nical@fastmail.com>" +criteria = "safe-to-deploy" +version = "0.1.2" +notes = "I wrote this crate, reviewed by jimb. It is mostly a Rust port of some C++ code we already ship." + +[[audits.android_system_properties]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.2 -> 0.1.4" + +[[audits.android_system_properties]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.4 -> 0.1.5" + +[[audits.anyhow]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.57 -> 1.0.61" + +[[audits.anyhow]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +delta = "1.0.58 -> 1.0.57" +notes = "No functional differences, just CI config and docs." + +[[audits.anyhow]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.61 -> 1.0.62" + +[[audits.anyhow]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.62 -> 1.0.68" + +[[audits.app_units]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "0.7.1" +notes = """ +I'm pretty familiar with this crate. It provides a fixed-point numeric type. +The code is pretty straight-forward, there's no unsafe code at all. +""" + +[[audits.arbitrary]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.1.0 -> 1.1.1" + +[[audits.arbitrary]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.1.1 -> 1.1.3" + +[[audits.arbitrary]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.1.3 -> 1.2.0" + +[[audits.ash]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.37.0+1.3.209 -> 0.37.1+1.3.235" +notes = """ +Nicolas Silva, Jim Blandy, and Teodor Tanasoaia audited ash master +branch commits from e43e9c0c to 6bd82768 inclusive. +""" + +[[audits.ashmem]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +version = "0.1.2" +notes = """ +Small unsafe wrapper around Android 8.0's ASharedMemory native API that falls +back to older private ioctl-based API at runtime on earlier OS releases. The +shim code is small and doesn't inspect the API arguments, so is unlikely to +expose any safety issues beyond those presented by the native OS API. +""" + +[[audits.askama]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.11.1" +notes = """ +Just contains some traits and re-exports for use by a broader package of related +crates. No unsafe code or ambient capability usage. +""" + +[[audits.async-trait]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.56 -> 0.1.57" + +[[audits.async-trait]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.57 -> 0.1.60" + +[[audits.atomic_refcell]] +who = "Bobby Holley <bholley@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.1.8" +notes = "I maintain this crate and have reviewed every line." + +[[audits.authenticator]] +who = "John M. Schanck <jschanck@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.4.0-alpha.6" +notes = "Maintained by the CryptoEng team at Mozilla." + +[[audits.autocfg]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "1.1.0" +notes = "All code written or reviewed by Josh Stone." + +[[audits.base64]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.13.0 -> 0.13.1" + +[[audits.bhttp]] +who = "Dana Keeler <dkeeler@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.2.3" +notes = "Mozilla-developed package, no unsafe code or powerful imports." + +[[audits.bindgen]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "0.59.2" +notes = "I'm the primary author and maintainer of the crate." + +[[audits.bindgen]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +delta = "0.59.2 -> 0.63.0" + +[[audits.bit-set]] +who = "Aria Beingessner <a.beingessner@gmail.com>" +criteria = "safe-to-deploy" +version = "0.5.2" +notes = "Another crate I own via contain-rs that is ancient and maintenance mode, no known issues." + +[[audits.bit-set]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.5.2 -> 0.5.3" + +[[audits.bit-vec]] +who = "Aria Beingessner <a.beingessner@gmail.com>" +criteria = "safe-to-deploy" +version = "0.6.3" +notes = "Another crate I own via contain-rs that is ancient and in maintenance mode but otherwise perfectly fine." + +[[audits.block-buffer]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.10.2 -> 0.10.3" + +[[audits.build-parallel]] +who = "Jeff Muizelaar <jmuizelaar@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.1.2" + +[[audits.bumpalo]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-run" +delta = "3.9.1 -> 3.10.0" +notes = """ +Some nontrivial functional changes but certainly meets the no-malware bar of +safe-to-run. If we needed safe-to-deploy for this in m-c I'd ask Nick to re- +certify this version, but we don't, so this is fine for now. +""" + +[[audits.bytes]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.1.0 -> 1.2.1" + +[[audits.bytes]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.2.1 -> 1.3.0" + +[[audits.camino]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.9 -> 1.1.1" + +[[audits.chardetng]] +who = "Henri Sivonen <hsivonen@hsivonen.fi>" +criteria = "safe-to-deploy" +version = "0.1.9" +notes = "I, Henri Sivonen, wrote this (safe-code-only) crate for Gecko even though the crate is published via crates.io." + +[[audits.chardetng_c]] +who = "Henri Sivonen <hsivonen@hsivonen.fi>" +criteria = "safe-to-deploy" +version = "0.1.2" +notes = "I, Henri Sivonen, wrote this crate for Gecko even though it is published via crates.io. The buffer input assumes Rust slice constraints for the start pointer. In Gecko, this is taken care of by mozilla::Span, but the C API doesn't conform to idiomatic C constraints on this point." + +[[audits.clang-sys]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.3.3 -> 1.4.0" + +[[audits.clap_lex]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.0 -> 0.2.2" + +[[audits.clap_lex]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.2 -> 0.2.4" + +[[audits.comedy]] +who = "Nick Alexander <nalexander@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.2.0" +notes = """ +The comedy crate was written by Adam Gashlin for Mozilla's use. The entire +comedy 0.2.0 crate is full of `unsafe` code and makes many assumptions about +memory and layout, but there is no particular processing of untrusted input +here. +""" + +[[audits.cookie]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.16.0 -> 0.16.2" + +[[audits.coreaudio-sys]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.10 -> 0.2.11" + +[[audits.cpufeatures]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.2 -> 0.2.4" + +[[audits.cpufeatures]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.4 -> 0.2.5" + +[[audits.crash-context]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.5.1" +notes = "Mozilla employees contributed to this crate and the remaining code was fully audited" + +[[audits.crossbeam-channel]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.5.4 -> 0.5.6" + +[[audits.crossbeam-deque]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.8.1 -> 0.8.2" + +[[audits.crossbeam-epoch]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.9.8 -> 0.9.10" + +[[audits.crossbeam-epoch]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.9.10 -> 0.9.13" + +[[audits.crossbeam-utils]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.8.8 -> 0.8.11" + +[[audits.crossbeam-utils]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.8.11 -> 0.8.14" + +[[audits.crypto-common]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.3 -> 0.1.6" + +[[audits.cssparser]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "0.29.6" +notes = """ +I've reviewed or authored most of the recent changes to this library, and it +was developed by other mozilla folks. Unsafe code there is reasonable (utf-8 +casts for serialization and parsing). +""" + +[[audits.cssparser-macros]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "0.6.0" +notes = """ +Trivial crate with a single proc macro to compute the max length of the inputs +to a match expression. +""" + +[[audits.cstr]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "0.2.10" +notes = """ +I've reviewed the code of the crate thoroughly. It generates an unsafe block +which is statically guaranteed to be safe. Inputs to the macro have to be +static so there's no uncontrolled input whatsoever. +""" + +[[audits.cstr]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.10 -> 0.2.11" + +[[audits.cubeb]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +version = "0.10.1" +notes = """ +Mozilla-developed package. +""" + +[[audits.cubeb]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +delta = "0.10.1 -> 0.10.2" + +[[audits.cubeb]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.10.2 -> 0.10.3" + +[[audits.cubeb-backend]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +version = "0.10.1" +notes = """ +Mozilla-developed package. +""" + +[[audits.cubeb-backend]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +delta = "0.10.1 -> 0.10.2" + +[[audits.cubeb-backend]] +who = "Paul Adenot <paul@paul.cx>" +criteria = "safe-to-deploy" +delta = "0.10.2 -> 0.10.3" +notes = """ +Mozilla-developed package. +""" + +[[audits.cubeb-core]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +version = "0.10.1" +notes = """ +Mozilla-developed package. +""" + +[[audits.cubeb-core]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +delta = "0.10.1 -> 0.10.2" + +[[audits.cubeb-core]] +who = "Paul Adenot <paul@paul.cx>" +criteria = "safe-to-deploy" +delta = "0.10.2 -> 0.10.3" +notes = """ +Mozilla-developed package. +""" + +[[audits.cubeb-sys]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +version = "0.10.1" +notes = """ +Mozilla-developed package. +""" + +[[audits.cubeb-sys]] +who = "Matthew Gregan <kinetik@flim.org>" +criteria = "safe-to-deploy" +delta = "0.10.1 -> 0.10.2" + +[[audits.cubeb-sys]] +who = "Paul Adenot <paul@paul.cx>" +criteria = "safe-to-deploy" +delta = "0.10.2 -> 0.10.3" +notes = """ +Mozilla-developed package. +""" + +[[audits.d3d12]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.4.1 -> 0.5.0" +notes = "The commits between 0.4.1 and 0.5.0 were all audited by Dzmitry Malyshau or myself." + +[[audits.darling]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.13.4 -> 0.14.2" + +[[audits.darling_core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.13.4 -> 0.14.2" + +[[audits.darling_macro]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.13.4 -> 0.14.2" + +[[audits.data-encoding]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "2.3.2 -> 2.3.3" + +[[audits.debugid]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.8.0" +notes = "This crates was written by Sentry and I've fully audited it as Firefox crash reporting machinery relies on it." + +[[audits.derive_arbitrary]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.1.0 -> 1.1.1" + +[[audits.derive_arbitrary]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.1.1 -> 1.1.3" + +[[audits.derive_arbitrary]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.1.3 -> 1.2.1" + +[[audits.devd-rs]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.4 -> 0.3.5" + +[[audits.devd-rs]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.5 -> 0.3.6" + +[[audits.digest]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.10.3 -> 0.10.6" + +[[audits.displaydoc]] +who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>" +criteria = "safe-to-deploy" +version = "0.2.3" +notes = """ +This crate is convenient macros to implement core::fmt::Display trait. +Although `unsafe` is used for test code to call `libc::abort()`, it has no `unsafe` code in this crate. And there is no file access. +It meets the criteria for safe-to-deploy. +""" + +[[audits.dogear]] +who = "Sammy Khamis <skhamis@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.4.0 -> 0.5.0" +notes = "The repository for this crate belongs in the Mozilla org." + +[[audits.either]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.6.1 -> 1.7.0" + +[[audits.either]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.7.0 -> 1.8.0" + +[[audits.encoding_c]] +who = "Henri Sivonen <hsivonen@hsivonen.fi>" +criteria = "safe-to-deploy" +version = "0.9.8" +notes = "I, Henri Sivonen, wrote encoding_c for Gecko even though it is published via crates.io. There are two caveats: 1) the C API is designed to be used together with mozilla::Span and is unidiomatic for zero-length inputs otherwise. 2) It is idiomatic in C and C++ to pass uninitialized buffers as output buffers. This is generally documented to be UB in Rust, but idiomatic C and C++ usage here relies on this not actually being UB for buffers of integers (which these buffers are). See https://github.com/hsivonen/encoding_rs/issues/79#issuecomment-1211870361" + +[[audits.encoding_c_mem]] +who = "Henri Sivonen <hsivonen@hsivonen.fi>" +criteria = "safe-to-deploy" +version = "0.2.6" +notes = """ +I, Henri Sivonen, wrote encoding_c_mem for Gecko even though it is published via crates.io. There are two caveats: 1) the C API is designed to be used together with mozilla::Span and is unidiomatic for zero-length inputs otherwise. 2) It is idiomatic in C and C +++ to pass uninitialized buffers as output buffers. This is generally documented to be UB in Rust, but idiomatic C and C++ usage here relies on this not actually being UB for buffers of integers (which these buffers are). See https://github.com/hsivonen/encoding_rs/i +ssues/79#issuecomment-1211870361 +""" + +[[audits.encoding_rs]] +who = "Henri Sivonen <hsivonen@hsivonen.fi>" +criteria = "safe-to-deploy" +version = "0.8.31" +notes = "I, Henri Sivonen, wrote encoding_rs for Gecko and have reviewed contributions by others. There are two caveats to the certification: 1) The crate does things that are documented to be UB but that do not appear to actually be UB due to integer types differing from the general rule; https://github.com/hsivonen/encoding_rs/issues/79 . 2) It would be prudent to re-review the code that reinterprets buffers of integers as SIMD vectors; see https://github.com/hsivonen/encoding_rs/issues/87 ." + +[[audits.enum-primitive-derive]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.2.2" + +[[audits.enumset]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.11 -> 1.0.12" + +[[audits.enumset_derive]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.6.0 -> 0.6.1" + +[[audits.env_logger]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.9.0 -> 0.9.3" + +[[audits.env_logger]] +who = "Nicolas Silva <nical@fastmail.com>" +criteria = "safe-to-deploy" +delta = "0.9.3 -> 0.10.0" + +[[audits.extend]] +who = "Ben Dean-Kawamura <bdk@mozilla.com>" +criteria = "safe-to-deploy" +version = "1.1.2" +notes = "Inspected the crate and noted that the impl block comes directly from the proc-macro input. If no new code can be added by this crate, I don't think there can be any issues." + +[[audits.fallible_collections]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.4.4 -> 0.4.5" + +[[audits.fallible_collections]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.4.5 -> 0.4.6" +notes = "The changes in this version are mine." + +[[audits.fastrand]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.7.0 -> 1.8.0" + +[[audits.filetime_win]] +who = "Nick Alexander <nalexander@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.2.0" +notes = """ +filetime_win was written by Adam Gashlin for Mozilla's use. The `unsafe` code +blocks in filetime_win 0.2.0 are straight-forward invocations of `mem::zeroed` +and expected invocations of Win32 APIs (with error handling as appropriate). +""" + +[[audits.flagset]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +version = "0.4.3" +notes = "Uses no ambient capabilities, vetted the one instance of unsafe." + +[[audits.flate2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.24 -> 1.0.25" + +[[audits.fluent]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.16.0" + +[[audits.fluent-bundle]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.15.2" + +[[audits.fluent-fallback]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.6.0" + +[[audits.fluent-fallback]] +who = "Greg Tatum <tatum.creative@gmail.com>" +criteria = "safe-to-deploy" +delta = "0.6.0 -> 0.7.0" + +[[audits.fluent-langneg]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.13.0" + +[[audits.fluent-pseudo]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.3.1" + +[[audits.fluent-syntax]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.11.0" + +[[audits.fluent-testing]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-run" +version = "0.0.2" + +[[audits.fluent-testing]] +who = "Greg Tatum <tatum.creative@gmail.com>" +criteria = "safe-to-run" +delta = "0.0.2 -> 0.0.3" + +[[audits.fnv]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "1.0.7" +notes = "Simple hasher implementation with no unsafe code." + +[[audits.fs-err]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "2.7.0 -> 2.8.1" + +[[audits.fs-err]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "2.8.1 -> 2.9.0" + +[[audits.futures]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.futures-channel]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures-channel]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.futures-core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures-core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.futures-executor]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures-executor]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.futures-io]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures-io]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.futures-macro]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures-macro]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.futures-sink]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures-sink]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.futures-task]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures-task]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.futures-util]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.21 -> 0.3.23" + +[[audits.futures-util]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.23 -> 0.3.25" + +[[audits.fxhash]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.2.1" +notes = "Straightforward crate with no unsafe code, does what it says on the tin." + +[[audits.generic-array]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.14.5 -> 0.14.6" + +[[audits.getrandom]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.6 -> 0.2.7" + +[[audits.getrandom]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.7 -> 0.2.8" + +[[audits.glean]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +version = "50.1.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean]] +who = "Travis Long <tlong@mozilla.com>" +criteria = "safe-to-deploy" +version = "50.1.2" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +version = "51.1.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean]] +who = "Chris H-C <chutten@mozilla.com>" +criteria = "safe-to-deploy" +version = "51.7.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean]] +who = "Chris H-C <chutten@mozilla.com>" +criteria = "safe-to-deploy" +version = "51.8.1" +notes = "Maintained by the Glean Team at Mozilla" + +[[audits.glean]] +who = "Chris H-C <chutten@mozilla.com>" +criteria = "safe-to-deploy" +version = "51.8.2" +notes = "Maintained by the Glean Team at Mozilla." + +[[audits.glean]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "50.1.2 -> 50.1.3" +notes = "Unchanged from last version" + +[[audits.glean]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "50.1.3 -> 51.0.1" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "51.1.0 -> 51.2.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean]] +who = "Perry McManis <pmcmanis@mozilla.com>" +criteria = "safe-to-deploy" +delta = "51.2.0 -> 51.4.0" + +[[audits.glean]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "51.4.0 -> 51.5.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "51.7.0 -> 51.8.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean-core]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +version = "50.1.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean-core]] +who = "Travis Long <tlong@mozilla.com>" +criteria = "safe-to-deploy" +version = "50.1.2" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean-core]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +version = "51.1.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean-core]] +who = "Chris H-C <chutten@mozilla.com>" +criteria = "safe-to-deploy" +version = "51.7.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean-core]] +who = "Chris H-C <chutten@mozilla.com>" +criteria = "safe-to-deploy" +version = "51.8.1" +notes = "Maintained by the Glean Team at Mozilla" + +[[audits.glean-core]] +who = "Chris H-C <chutten@mozilla.com>" +criteria = "safe-to-deploy" +version = "51.8.2" +notes = "Maintained by the Glean Team at Mozilla." + +[[audits.glean-core]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "50.1.2 -> 50.1.3" +notes = "Bug fix release with minimal changes, changes done by myself" + +[[audits.glean-core]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "50.1.3 -> 51.0.1" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean-core]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "51.1.0 -> 51.2.0" +notes = "Bug fix release with minimal changes, changes done by myself" + +[[audits.glean-core]] +who = "Perry McManis <pmcmanis@mozilla.com>" +criteria = "safe-to-deploy" +delta = "51.2.0 -> 51.4.0" + +[[audits.glean-core]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "51.4.0 -> 51.5.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.glean-core]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "51.7.0 -> 51.8.0" +notes = "Maintained by the Glean team at Mozilla" + +[[audits.goblin]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.1.3 -> 0.5.4" +notes = "Several bugfixes since 2019. This version is also in use by Mozilla's crash reporting tooling, e.g. minidump-writer" + +[[audits.goblin]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.5.4 -> 0.6.0" +notes = "Mostly bug fixes and some added functionality" + +[[audits.gpu-descriptor]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.2 -> 0.2.3" + +[[audits.guid_win]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.2.0" +notes = """ +This crate has some unsafe code for the FFI bits, which I've reviewed carefully. +It uses the deprecated mem::uninitialized(), which is generally sketchy. However +the usage is pretty straightforward and while it's technically UB, it seems no +more likely to lead to miscompilation than any other use of mem::uninitialized. +""" + +[[audits.h2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.3.13 -> 0.3.14" + +[[audits.h2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.3.14 -> 0.3.15" + +[[audits.half]] +who = "John M. Schanck <jschanck@mozilla.com>" +criteria = "safe-to-deploy" +version = "1.8.2" +notes = """ +This crate contains unsafe code for bitwise casts to/from binary16 floating-point +format. I've reviewed these and found no issues. There are no uses of ambient +capabilities. +""" + +[[audits.hashbrown]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +version = "0.12.3" +notes = "This version is used in rust's libstd, so effectively we're already trusting it" + +[[audits.hashlink]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.7.0 -> 0.8.1" + +[[audits.headers]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.3.7 -> 0.3.8" + +[[audits.hex]] +who = "Simon Friedberger <simon@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.4.3" + +[[audits.httparse]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.7.1 -> 1.8.0" + +[[audits.hyper]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.14.19 -> 0.14.20" + +[[audits.hyper]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.14.20 -> 0.14.22" + +[[audits.hyper]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.14.22 -> 0.14.23" + +[[audits.indexmap]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.8.2 -> 1.9.1" + +[[audits.indexmap]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.9.1 -> 1.9.2" + +[[audits.inherent]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.1 -> 1.0.2" + +[[audits.inherent]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.2 -> 1.0.3" + +[[audits.inplace_it]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.3 -> 0.3.4" + +[[audits.intl-memoizer]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.5.1" + +[[audits.intl_pluralrules]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "7.0.1" + +[[audits.intl_pluralrules]] +who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>" +criteria = "safe-to-deploy" +delta = "7.0.1 -> 7.0.2" + +[[audits.itertools]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.10.3 -> 0.10.5" + +[[audits.itoa]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.2 -> 1.0.3" + +[[audits.itoa]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.3 -> 1.0.5" + +[[audits.jobserver]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.24 -> 0.1.25" + +[[audits.libc]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.126 -> 0.2.132" + +[[audits.libc]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.132 -> 0.2.138" + +[[audits.libc]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.138 -> 0.2.139" + +[[audits.libloading]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.7.3 -> 0.7.4" + +[[audits.linked-hash-map]] +who = "Aria Beingessner <a.beingessner@gmail.com>" +criteria = "safe-to-deploy" +version = "0.5.4" +notes = "I own this crate (I am contain-rs) and 0.5.4 passes miri. This code is very old and used by lots of people, so I'm pretty confident in it, even though it's in maintenance-mode and missing some nice-to-have APIs." + +[[audits.linked-hash-map]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.5.4 -> 0.5.6" + +[[audits.lock_api]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.4.7 -> 0.4.9" + +[[audits.log]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +version = "0.4.17" + +[[audits.mach2]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.4.1" + +[[audits.malloc_size_of_derive]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.1.2" +notes = """ +This was originally servo code which I put on crates.io some years ago but didn't +examine at the time, so I examined it now. I didn't perform a full logic review +but convinced myself that any generated code will be entirely safe to deploy. +""" + +[[audits.matches]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.1.9" +notes = "This is a trivial crate." + +[[audits.memmap2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.5.4 -> 0.5.7" + +[[audits.memmap2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.5.7 -> 0.5.8" + +[[audits.memoffset]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.6.5 -> 0.7.1" + +[[audits.metal]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.23.1 -> 0.24.0" +notes = "This audit treats Dzmitry Malyshau (kvark) as a trusted reviewer." + +[[audits.minidump-common]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.15.2" +notes = "The code in this crate was written or reviewed by Mozilla employees." + +[[audits.minidump-writer]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.7.0" +notes = "The code in this crate was written or reviewed by Mozilla employees, the crate it evolved from was written specifically for gecko." + +[[audits.miniz_oxide]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.5.3 -> 0.6.2" + +[[audits.mozprofile]] +who = "Henrik Skupin <mail@hskupin.info>" +criteria = "safe-to-deploy" +version = "0.9.0" +notes = "Maintained by the DevTools team at Mozilla and has no unsafe code." + +[[audits.mozrunner]] +who = "Henrik Skupin <mail@hskupin.info>" +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" +version = "0.8.0" +notes = """ +This crate, up through the indicated version, was written or reviewed +by Dzmitry Malyshau while he was a Mozilla employee. Dzmitry left +Mozilla at the beginning of February 2022. This audit statement was +collected by Jim Blandy, a Mozilla employee, over email in July 2022: +Dzmitry was shown, and agreed to, the 'safe-to-deploy' text. +""" + +[[audits.naga]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.8.0 -> 0.9.0" + +[[audits.naga]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.9.0 -> 0.10.0" + +[[audits.net2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.2.37 -> 0.2.38" + +[[audits.new_debug_unreachable]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "1.0.4" +notes = "This is a trivial crate." + +[[audits.nix]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.15.0 -> 0.25.0" +notes = "Plenty of new bindings but also several important bug fixes (including buffer overflows). New unsafe sections are restricted to wrappers and are no more dangerous than calling the C functions." + +[[audits.nix]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.25.0 -> 0.25.1" + +[[audits.nss-gk-api]] +who = "John M. Schanck <jschanck@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.2.1" +notes = "Maintained by the CryptoEng team at Mozilla." + +[[audits.num]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.4.0" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-bigint]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.2.6" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-bigint]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.4.3" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-complex]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.4.2" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-derive]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.3.3" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-integer]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.1.45" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-iter]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.1.43" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-macros]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.1.40" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-rational]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.4.1" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num-traits]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "0.2.15" +notes = "All code written or reviewed by Josh Stone." + +[[audits.num_cpus]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.13.1 -> 1.14.0" + +[[audits.object]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.28.4 -> 0.30.0" + +[[audits.ohttp]] +who = "Dana Keeler <dkeeler@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.2.2" +notes = """ +Developed and maintained by Mozilla. +When configured to use NSS (as we do), this crate uses unsafe blocks to call +NSS functions. These calls have been audited. +""" + +[[audits.ohttp]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.2 -> 0.2.3" + +[[audits.once_cell]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.12.0 -> 1.13.1" + +[[audits.once_cell]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.13.1 -> 1.16.0" + +[[audits.ordered-float]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "3.0.0 -> 3.4.0" + +[[audits.origin-trial-token]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "0.1.1" +notes = """ +I'm the author of the crate. The only unsafe code is a view over a byte array +which is properly validated. + +Cryptography shenanigans are delegated to the caller so there's no possible +unsoundness there. +""" + +[[audits.os_str_bytes]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "6.1.0 -> 6.3.0" + +[[audits.os_str_bytes]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "6.3.0 -> 6.4.1" + +[[audits.packed_simd_2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.7 -> 0.3.8" + +[[audits.parking_lot_core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.8.5 -> 0.8.6" + +[[audits.paste]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.7 -> 1.0.8" + +[[audits.paste]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.8 -> 1.0.11" + +[[audits.pin-project]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.0.10 -> 1.0.12" + +[[audits.pin-project-internal]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.0.10 -> 1.0.12" + +[[audits.pkcs11-bindings]] +who = "Dana Keeler <dkeeler@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.1.0" +notes = """ +This crate consists of declarations of types and constants that are +auto-generated by running bindgen on the PKCS#11 specification headers. Other +than the tests generated by bindgen, it consists of no runnable code. +""" + +[[audits.pkcs11-bindings]] +who = "John M. Schanck <jmschanck@gmail.com>" +criteria = "safe-to-deploy" +version = "0.1.1" + +[[audits.pkcs11-bindings]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.1 -> 0.1.4" + +[[audits.pkg-config]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.3.25 -> 0.3.26" + +[[audits.plane-split]] +who = "Nicolas Silva <nical@fastmail.com>" +criteria = "safe-to-deploy" +version = "0.18.0" +notes = "Mozilla-developed package, no unsafe code, no access to file system, network or other far reaching APIs." + +[[audits.ppv-lite86]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.16 -> 0.2.17" + +[[audits.precomputed-hash]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.1.1" +notes = "This is a trivial crate." + +[[audits.prio]] +who = "Simon Friedberger <simon@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.8.4" +notes = "The crate does not use any unsafe code or ambient capabilities and thus meets the criteria for safe-to-deploy. The cryptography itself should be considered experimental at this phase and is currently undergoing a thorough audit organized by Cloudflare." + +[[audits.prio]] +who = "Simon Friedberger <simon@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.9.1" + +[[audits.proc-macro-hack]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.5.19 -> 0.5.20+deprecated" + +[[audits.proc-macro2]] +who = "Nika Layzell <nika@thelayzells.com>" +criteria = "safe-to-deploy" +version = "1.0.39" +notes = """ +`proc-macro2` acts as either a thin(-ish) wrapper around the std-provided +`proc_macro` crate, or as a fallback implementation of the crate, depending on +where it is used. + +If using this crate on older versions of rustc (1.56 and earlier), it will +temporarily replace the panic handler while initializing in order to detect if +it is running within a `proc_macro`, which could lead to surprising behaviour. +This should not be an issue for more recent compiler versions, which support +`proc_macro::is_available()`. + +The `proc-macro2` crate's fallback behaviour is not identical to the complex +behaviour of the rustc compiler (e.g. it does not perform unicode normalization +for identifiers), however it behaves well enough for its intended use-case +(tests and scripts processing rust code). + +`proc-macro2` does not use unsafe code, however exposes one `unsafe` API to +allow bypassing checks in the fallback implementation when constructing +`Literal` using `from_str_unchecked`. This was intended to only be used by the +`quote!` macro, however it has been removed +(https://github.com/dtolnay/quote/commit/f621fe64a8a501cae8e95ebd6848e637bbc79078), +and is likely completely unused. Even when used, this API shouldn't be able to +cause unsoundness. +""" + +[[audits.proc-macro2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.39 -> 1.0.43" + +[[audits.proc-macro2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.43 -> 1.0.49" + +[[audits.profiling]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.6 -> 1.0.7" + +[[audits.qcms]] +who = "Jeff Muizelaar <jmuizelaar@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.2.0" + +[[audits.quote]] +who = "Nika Layzell <nika@thelayzells.com>" +criteria = "safe-to-deploy" +version = "1.0.18" +notes = """ +`quote` is a utility crate used by proc-macros to generate TokenStreams +conveniently from source code. The bulk of the logic is some complex +interlocking `macro_rules!` macros which are used to parse and build the +`TokenStream` within the proc-macro. + +This crate contains no unsafe code, and the internal logic, while difficult to +read, is generally straightforward. I have audited the the quote macros, ident +formatter, and runtime logic. +""" + +[[audits.quote]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.18 -> 1.0.21" + +[[audits.quote]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.21 -> 1.0.23" + +[[audits.radium]] +who = "Nika Layzell <nika@thelayzells.com>" +criteria = "safe-to-deploy" +version = "0.5.3" +notes = """ +I am no longer the primary maintainer of `radium`, however I have audited the +code to ensure it is still correct. The implementation contains no `unsafe` +logic, and will not abstract away `Sync` trait bounds. + +The core logic is very simple, and acts as an abstraction trait for `Cell<T>` +and `AtomicT`. +""" + +[[audits.rand_core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.6.3 -> 0.6.4" + +[[audits.range-map]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.2.0" + +[[audits.raw-window-handle]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +version = "0.5.0" +notes = "I looked through all the sources of the v0.5.0 crate." + +[[audits.rayon]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "1.5.3" +notes = "All code written or reviewed by Josh Stone or Niko Matsakis." + +[[audits.rayon]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.5.3 -> 1.6.1" + +[[audits.rayon-core]] +who = "Josh Stone <jistone@redhat.com>" +criteria = "safe-to-deploy" +version = "1.9.3" +notes = "All code written or reviewed by Josh Stone or Niko Matsakis." + +[[audits.rayon-core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.9.3 -> 1.10.1" + +[[audits.redox_syscall]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.13 -> 0.2.16" + +[[audits.regex]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.5.6 -> 1.6.0" + +[[audits.regex]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.6.0 -> 1.7.0" + +[[audits.regex-syntax]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.6.26 -> 0.6.27" + +[[audits.regex-syntax]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.6.27 -> 0.6.28" + +[[audits.rkv]] +who = "Chris H-C <chutten@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.18.2" +notes = "Maintained by Jan-Erik and :krosylight." + +[[audits.ron]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.7.0 -> 0.7.1" + +[[audits.ron]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.7.1 -> 0.8.0" + +[[audits.rure]] +who = "Nika Layzell <nika@thelayzells.com>" +criteria = "safe-to-deploy" +version = "0.2.2" +notes = """ +This is a fairly straightforward FFI wrapper crate for `regex`, maintained by +the `regex` developers in the same repository. + +This crate is explicitly designed for FFI use, and should not be used directly +by Rust code. The exported `extern \"C\"` functions are not marked as `unsafe`, +meaning that it is technically incorrect to use them from within Rust code, +however they are reasonable to use from C code. + +The unsafe code in this crate heavily depends on the C caller maintaining +invariants, however these invariants are clearly documented in the `rure.h` +file, bundled with the crate. + +I have checked the signatures of each function both in C++ and in the Rust to +ensure they match. In some places, the c `rure.h` header file is missing a +`const` qualifier which could be present given the Rust code, however this will +have no impact on ABI, and is fairly normal for FFI crates. + +Panics are handled in all Rust FFI methods, meaning that projects which do not +disable unwinding will still consistently abort (using `libc::abort()`) if a +panic occurs in the Rust code. +""" + +[[audits.rusqlite]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.27.0 -> 0.28.0" + +[[audits.rust_decimal]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.24.0 -> 1.25.0" + +[[audits.rust_decimal]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.25.0 -> 1.26.1" + +[[audits.rust_decimal]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.26.1 -> 1.27.0" + +[[audits.rustc-hash]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "1.1.0" +notes = "Straightforward crate with no unsafe code, does what it says on the tin." + +[[audits.rustc_version]] +who = "Nika Layzell <nika@thelayzells.com>" +criteria = "safe-to-run" +version = "0.4.0" +notes = """ +Straightforward crate which runs `$RUSTC -vV` and parses the output into a +machine-interpretable form for build scripts. +""" + +[[audits.rustversion]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "1.0.9" +notes = """ +This crate has a build-time component and procedural macro logic, which I looked +at enough to convince myself it wasn't going to do anything dramatically wrong. +I don't think logic bugs in the version parsing etc can realistically introduce +a security vulnerability. +""" + +[[audits.rustversion]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.0.9 -> 1.0.11" + +[[audits.ryu]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.10 -> 1.0.11" + +[[audits.ryu]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.11 -> 1.0.12" + +[[audits.scoped-tls]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.0.0 -> 1.0.1" + +[[audits.scroll]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.10.2 -> 0.11.0" +notes = "Small changes to exposed traits, that look reasonable and have additional buffer boundary checks. No unsafe code touched." + +[[audits.scroll_derive]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.10.5 -> 0.11.0" +notes = "No code changes. Tagged together with its parent crate scroll." + +[[audits.selectors]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "0.22.0" +notes = """ +This crate is basically developed in-tree. Mozilla employees have either +reviewed or written virtually all of the code. +""" + +[[audits.semver]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.9 -> 1.0.10" + +[[audits.semver]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.10 -> 1.0.13" + +[[audits.semver]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.13 -> 1.0.16" + +[[audits.serde]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.137 -> 1.0.143" + +[[audits.serde]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.143 -> 1.0.144" + +[[audits.serde]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.144 -> 1.0.151" + +[[audits.serde]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.151 -> 1.0.152" + +[[audits.serde_bytes]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.11.6 -> 0.11.7" + +[[audits.serde_bytes]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.11.7 -> 0.11.8" + +[[audits.serde_cbor]] +who = "R. Martinho Fernandes <bugs@rmf.io>" +criteria = "safe-to-deploy" +version = "0.11.1" + +[[audits.serde_cbor]] +who = "John M. Schanck <jschanck@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.11.1 -> 0.11.2" + +[[audits.serde_derive]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.137 -> 1.0.143" + +[[audits.serde_derive]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.143 -> 1.0.144" + +[[audits.serde_derive]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.144 -> 1.0.151" + +[[audits.serde_derive]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.151 -> 1.0.152" + +[[audits.serde_json]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.81 -> 1.0.83" + +[[audits.serde_json]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.83 -> 1.0.85" + +[[audits.serde_json]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.85 -> 1.0.91" + +[[audits.serde_repr]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.8 -> 0.1.9" + +[[audits.serde_repr]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.9 -> 0.1.10" + +[[audits.serde_yaml]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.8.24 -> 0.8.26" + +[[audits.servo_arc]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "0.1.1" +notes = "Developed in-tree, effectively." + +[[audits.sfv]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.9.2 -> 0.9.3" + +[[audits.sha1]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.10.0 -> 0.10.5" + +[[audits.sha2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.10.2 -> 0.10.6" + +[[audits.slab]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.4.6 -> 0.4.7" + +[[audits.smallvec]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.8.0 -> 1.9.0" + +[[audits.smallvec]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.9.0 -> 1.10.0" + +[[audits.smart-default]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.6.0" + +[[audits.socket2]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.4.4 -> 0.4.7" + +[[audits.svg_fmt]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.4.1" +notes = "Simple string processing with no unsafe code or ambient capability usage." + +[[audits.syn]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.96 -> 1.0.99" + +[[audits.syn]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.99 -> 1.0.107" + +[[audits.synstructure]] +who = "Nika Layzell <nika@thelayzells.com>" +criteria = "safe-to-deploy" +version = "0.12.6" +notes = """ +I am the primary author of the `synstructure` crate, and its current +maintainer. The one use of `unsafe` is unnecessary, but documented and +harmless. It will be removed in the next version. +""" + +[[audits.textwrap]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.15.0 -> 0.15.2" + +[[audits.thin-vec]] +who = "Aria Beingessner <a.beingessner@gmail.com>" +criteria = "safe-to-deploy" +version = "0.2.5" +notes = "I own this crate, and most of its versions were codeveloped and reviewed by Nika Layzell. This version was not explicitly reviewed by her, but it was specifically a release that made the code pass miri and was reviewed by me. Firefox uses it in the gecko-ffi configuration which is less thoroughly tested and more dangerous but we're reasonably confident in it. The real danger is from C++ code failing to use it correctly in FFI but that's just how FFI is." + +[[audits.thin-vec]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.5 -> 0.2.7" + +[[audits.thiserror]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.31 -> 1.0.32" + +[[audits.thiserror]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.32 -> 1.0.38" + +[[audits.thiserror-impl]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.31 -> 1.0.32" + +[[audits.thiserror-impl]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.32 -> 1.0.38" + +[[audits.threadbound]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.3 -> 0.1.4" + +[[audits.threadbound]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.4 -> 0.1.5" + +[[audits.time]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.44 -> 0.1.45" + +[[audits.time]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.3.9 -> 0.3.17" + +[[audits.time-core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +version = "0.1.0" + +[[audits.time-macros]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.2.4 -> 0.2.6" + +[[audits.tinystr]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.3.4" + +[[audits.tinystr]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.6.0" + +[[audits.tinystr]] +who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>" +criteria = "safe-to-deploy" +version = "0.7.0" +notes = "One of original auther was Zibi Braniecki who worked at Mozilla and maintained by ICU4X developers (Google and Mozilla). I've vetted the one instance of unsafe code." + +[[audits.tokio-macros]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "1.8.0 -> 1.8.2" + +[[audits.tokio-stream]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.9 -> 0.1.11" + +[[audits.toml]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.5.9 -> 0.5.10" + +[[audits.topological-sort]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.1.0" +notes = "Simple algorithm crate with no unsafe code or capability usage." + +[[audits.tower-service]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.3.1 -> 0.3.2" + +[[audits.tracing]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.35 -> 0.1.36" + +[[audits.tracing]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.36 -> 0.1.37" + +[[audits.tracing-attributes]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.21 -> 0.1.22" + +[[audits.tracing-attributes]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.22 -> 0.1.23" + +[[audits.tracing-core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.27 -> 0.1.29" + +[[audits.tracing-core]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.1.29 -> 0.1.30" + +[[audits.tracy-rs]] +who = "Glenn Watson <git@intuitionlibrary.com>" +criteria = "safe-to-deploy" +version = "0.1.2" + +[[audits.typed-arena-nomut]] +who = "Lee Salzman <lsalzman@gmail.com>" +criteria = "safe-to-deploy" +version = "0.1.0" + +[[audits.typenum]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.15.0 -> 1.16.0" + +[[audits.uluru]] +who = "Emilio Cobos Álvarez <emilio@crisal.io>" +criteria = "safe-to-deploy" +version = "3.0.0" +notes = """ +I've reviewed multiple patches in this crate, including the initial +implementation back in the day. It has no unsafe code at all nowadays. +""" + +[[audits.unic-langid]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.9.0" + +[[audits.unic-langid]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.9.0 -> 0.9.1" + +[[audits.unic-langid-impl]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.9.0" + +[[audits.unic-langid-impl]] +who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>" +criteria = "safe-to-deploy" +delta = "0.9.0 -> 0.9.1" + +[[audits.unic-langid-macros]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.9.0" + +[[audits.unic-langid-macros]] +who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>" +criteria = "safe-to-deploy" +delta = "0.9.0 -> 0.9.1" + +[[audits.unic-langid-macros-impl]] +who = "Zibi Braniecki <zibi@unicode.org>" +criteria = "safe-to-deploy" +version = "0.9.0" + +[[audits.unic-langid-macros-impl]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.9.0 -> 0.9.1" + +[[audits.unicode-ident]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.0 -> 1.0.1" + +[[audits.unicode-ident]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.1 -> 1.0.3" + +[[audits.unicode-ident]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.0.3 -> 1.0.6" + +[[audits.unicode-normalization]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.19 -> 0.1.20" +notes = "I am the author of most of these changes upstream, and prepared the release myself, at which point I looked at the other changes since 0.1.19." + +[[audits.unicode-normalization]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.20 -> 0.1.21" + +[[audits.unicode-normalization]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.21 -> 0.1.22" + +[[audits.unicode-segmentation]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "1.9.0 -> 1.10.0" + +[[audits.unicode-width]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.1.9 -> 0.1.10" + +[[audits.unicode-xid]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.2.3 -> 0.2.4" + +[[audits.uniffi]] +who = "Travis Long <tlong@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.19.3" +notes = "Maintained by the Glean and Application Services teams" + +[[audits.uniffi]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.3 -> 0.19.6" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi]] +who = "Perry McManis <pmcmanis@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.6 -> 0.20.0" + +[[audits.uniffi]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.20.0 -> 0.21.0" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.21.0 -> 0.21.1" +notes = "No changes." + +[[audits.uniffi_bindgen]] +who = "Travis Long <tlong@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.19.3" +notes = "Maintained by the Glean and Application Services teams." + +[[audits.uniffi_bindgen]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.3 -> 0.19.6" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi_bindgen]] +who = "Perry McManis <pmcmanis@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.6 -> 0.20.0" + +[[audits.uniffi_bindgen]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.20.0 -> 0.21.0" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi_bindgen]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.21.0 -> 0.21.1" +notes = "I authored the changes in this version." + +[[audits.uniffi_build]] +who = "Travis Long <tlong@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.19.3" +notes = "Maintained by the Glean and Application Services teams." + +[[audits.uniffi_build]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.3 -> 0.19.6" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi_build]] +who = "Perry McManis <pmcmanis@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.6 -> 0.20.0" + +[[audits.uniffi_build]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.20.0 -> 0.21.0" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi_build]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.21.0 -> 0.21.1" +notes = "No changes." + +[[audits.uniffi_checksum_derive]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +version = "0.21.1" +notes = "I authored this crate." + +[[audits.uniffi_macros]] +who = "Travis Long <tlong@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.19.3" +notes = "Maintained by the Glean and Application Services teams." + +[[audits.uniffi_macros]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.3 -> 0.19.6" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi_macros]] +who = "Perry McManis <pmcmanis@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.6 -> 0.20.0" + +[[audits.uniffi_macros]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.20.0 -> 0.21.0" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi_macros]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.21.0 -> 0.21.1" +notes = "No changes." + +[[audits.uniffi_meta]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.19.6" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi_meta]] +who = "Perry McManis <pmcmanis@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.19.6 -> 0.20.0" + +[[audits.uniffi_meta]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.20.0 -> 0.21.0" +notes = "Maintained by the Glean and Application Services team." + +[[audits.uniffi_meta]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-deploy" +delta = "0.21.0 -> 0.21.1" +notes = "I authored the changes in this version." + +[[audits.uuid]] +who = "Gabriele Svelto <gsvelto@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.8.2 -> 1.2.2" + +[[audits.void]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "1.0.2" +notes = "Very small crate, just hosts the Void type for easier cross-crate interfacing." + +[[audits.warp]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.3.2 -> 0.3.3" + +[[audits.wasm-encoder]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +version = "0.7.0" +notes = "Maintained by the Bytecode Alliance, with contributions from Mozilla. This has no unsafe code and uses no ambient capabilities." + +[[audits.wasm-encoder]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +delta = "0.7.0 -> 0.14.0" +notes = "wasm-encoder has no unsafe code and uses no ambient capabilities." + +[[audits.wasm-encoder]] +who = "Yury Delendik <ydelendik@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.14.0 -> 0.15.0" + +[[audits.wasm-encoder]] +who = "Yury Delendik <ydelendik@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.16.0 -> 0.17.0" + +[[audits.wasm-encoder]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +delta = "0.19.0 -> 0.19.1" + +[[audits.wasm-smith]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +version = "0.11.2" +notes = "Maintained by the Bytecode Alliance, with contributions from Mozilla. I've vetted the one instance of unsafe code." + +[[audits.wasm-smith]] +who = "Yury Delendik <ydelendik@mozilla.com>" +criteria = "safe-to-run" +delta = "0.11.2 -> 0.11.3" + +[[audits.wasm-smith]] +who = "Yury Delendik <ydelendik@mozilla.com>" +criteria = "safe-to-run" +delta = "0.11.4 -> 0.11.5" + +[[audits.wasm-smith]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-run" +delta = "0.11.7 -> 0.11.8" + +[[audits.wasmparser]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +version = "0.87.0" +notes = "Maintained by the Bytecode Alliance, with contributions from Mozilla. I've vetted the one instance of unsafe code." + +[[audits.wasmparser]] +who = "Yury Delendik <ydelendik@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.87.0 -> 0.88.0" + +[[audits.wasmparser]] +who = "Yury Delendik <ydelendik@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.89.1 -> 0.91.0" + +[[audits.wasmparser]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +delta = "0.93.0 -> 0.94.0" + +[[audits.wast]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +version = "44.0.0" + +[[audits.wast]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +version = "44.0.0" +notes = "Maintained by the Bytecode Alliance, with contributions from Mozilla. wast has no unsafe code and the only ambient capability it uses is to read the full contents of a file that is given to it." + +[[audits.wast]] +who = "Yury Delendik <ydelendik@mozilla.com>" +criteria = "safe-to-deploy" +delta = "44.0.0 -> 45.0.0" + +[[audits.wast]] +who = "Yury Delendik <ydelendik@mozilla.com>" +criteria = "safe-to-deploy" +delta = "46.0.0 -> 47.0.0" + +[[audits.wast]] +who = "Ryan Hunt <rhunt@eqrion.net>" +criteria = "safe-to-deploy" +delta = "48.0.0 -> 49.0.0" + +[[audits.webdriver]] +who = "Henrik Skupin <mail@hskupin.info>" +criteria = "safe-to-deploy" +version = "0.46.0" +notes = "Maintained by the DevTools team at Mozilla and has no unsafe code." + +[[audits.webrtc-sdp]] +who = "Byron Campen <docfaraday@gmail.com>" +criteria = "safe-to-deploy" +delta = "0.3.9 -> 0.3.10" + +[[audits.weedle2]] +who = "Travis Long <tlong@mozilla.com>" +criteria = "safe-to-deploy" +version = "3.0.0" +notes = "Maintained by the Glean and Application Services teams." + +[[audits.weedle2]] +who = "Jan-Erik Rediger <jrediger@mozilla.com>" +criteria = "safe-to-deploy" +delta = "3.0.0 -> 4.0.0" +notes = "Maintained by the Glean and Application Services team." + +[[audits.wgpu-core]] +who = "Dzmitry Malyshau <kvark@fastmail.com>" +criteria = "safe-to-deploy" +version = "0.12.0" +notes = """ +This crate, up through the indicated version, was written or reviewed +by Dzmitry Malyshau while he was a Mozilla employee. Dzmitry left +Mozilla at the beginning of February 2022. This audit statement was +collected by Jim Blandy, a Mozilla employee, over email in July 2022: +Dzmitry was shown, and agreed to, the 'safe-to-deploy' text. +""" + +[[audits.wgpu-core]] +who = "Jim Blandy <jimb@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.12.0 -> 0.13.0" + +[[audits.wgpu-core]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.13.0 -> 0.14.0" +notes = "Audit by Erich Gubler, Jim Blandy, Nicolas Silva, and Teodor Tanasoaia." + +[[audits.wgpu-hal]] +who = "Dzmitry Malyshau <kvark@fastmail.com>" +criteria = "safe-to-deploy" +version = "0.12.0" +notes = """ +This crate, up through the indicated version, was written or reviewed +by Dzmitry Malyshau while he was a Mozilla employee. Dzmitry left +Mozilla at the beginning of February 2022. This audit statement was +collected by Jim Blandy, a Mozilla employee, over email in July 2022: +Dzmitry was shown, and agreed to, the 'safe-to-deploy' text. +""" + +[[audits.wgpu-hal]] +who = "Jim Blandy <jimb@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.12.0 -> 0.13.0" + +[[audits.wgpu-hal]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.13.0 -> 0.14.0" +notes = "Audit by Erich Gubler, Jim Blandy, Nicolas Silva, and Teodor Tanasoaia." + +[[audits.wgpu-types]] +who = "Dzmitry Malyshau <kvark@fastmail.com>" +criteria = "safe-to-deploy" +version = "0.12.0" +notes = """ +This crate, up through the indicated version, was written or reviewed +by Dzmitry Malyshau while he was a Mozilla employee. Dzmitry left +Mozilla at the beginning of February 2022. This audit statement was +collected by Jim Blandy, a Mozilla employee, over email in July 2022: +Dzmitry was shown, and agreed to, the 'safe-to-deploy' text. +""" + +[[audits.wgpu-types]] +who = "Jim Blandy <jimb@mozilla.com>" +criteria = "safe-to-deploy" +delta = "0.12.0 -> 0.13.0" + +[[audits.wgpu-types]] +who = "Jim Blandy <jimb@red-bean.com>" +criteria = "safe-to-deploy" +delta = "0.13.0 -> 0.14.0" +notes = "Audit by Erich Gubler, Jim Blandy, Nicolas Silva, and Teodor Tanasoaia." + +[[audits.whatsys]] +who = "Bobby Holley <bobbyholley@gmail.com>" +criteria = "safe-to-deploy" +version = "0.1.2" +notes = """ +Contains platform-specific FFI code for apple, mac, and windows. The windows code +also contains a small C file compiled at build-time. I audited all of it and it +looks correct. +""" + +[[audits.winreg]] +who = "Ray Kraesig <rkraesig@mozilla.com>" +criteria = "safe-to-run" +version = "0.10.1" +notes = """ +This crate uses a lot of `unsafe`; not all of it is necessary, and not all of it +is correct. (In particular, the alignment of data buffers does not seem to be +correctly ensured at type-conversion time.) However, the code is not deceptive, +and any more subtle issues do not appear to be exploitable -- certainly not from +a test environment. +""" + +[[audits.wpf-gpu-raster]] +who = "Lee Salzman <lsalzman@mozilla.com>" +criteria = "safe-to-deploy" +version = "0.1.0" +notes = "Written and maintained by Gfx team at Mozilla." + +[[audits.xmldecl]] +who = "Henri Sivonen <hsivonen@hsivonen.fi>" +criteria = "safe-to-deploy" +version = "0.2.0" +notes = "I, Henri Sivonen, wrote this crate myself for Gecko even though it's published on crates.io." + +[[audits.zip]] +who = "Mike Hommey <mh+mozilla@glandium.org>" +criteria = "safe-to-run" +delta = "0.6.2 -> 0.6.3" diff --git a/supply-chain/config.toml b/supply-chain/config.toml new file mode 100644 index 0000000000..2e0c6e3f57 --- /dev/null +++ b/supply-chain/config.toml @@ -0,0 +1,1406 @@ + +# cargo-vet config file + +[imports.bytecodealliance] +url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml" + +[imports.embark] +url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml" + +[policy.alsa] +audit-as-crates-io = true +notes = "This is a third-party crate, with an extra patch." + +[policy.async-task] +audit-as-crates-io = true +notes = "This is the upstream code plus an extra fix that hasn't been released yet, see bug 1746533." + +[policy.audioipc-client] +criteria = [] +notes = "Going away very soon in bug 1697845" + +[policy.audioipc-server] +criteria = [] +notes = "Going away very soon in bug 1697845" + +[policy.autocfg] +audit-as-crates-io = true +notes = "This is the upstream code plus a few local fixes, see bug 1685697." + +[policy.chardetng] +audit-as-crates-io = true +notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that." + +[policy.chardetng_c] +audit-as-crates-io = true +notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that." + +[policy.coremidi] +audit-as-crates-io = true +notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release." + +[policy.d3d12] +audit-as-crates-io = true +notes = "wgpu-hal pins this crate." + +[policy.geckodriver] +audit-as-crates-io = false +criteria = "safe-to-run" +notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here. It's also used only for automation, so its subtree can be safe-to-run." + +[policy.gkrust-gtest] +criteria = "safe-to-run" +notes = "Used for testing." + +[policy.gkrust-shared] +dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] } + +[policy.gkrust_shared] +notes = "The dependencies on tokio-reactor and tokio-threadpools are just a hack to pin the version used by audioipc-{client,server}. Suppress vetting on those for the same reasons behind the policy entries." + +[policy.glean] +audit-as-crates-io = true +notes = "Temporarily patched in-tree" + +[policy.glean-core] +audit-as-crates-io = true +notes = "Temporarily patched in-tree" + +[policy.gluesmith] +criteria = "safe-to-run" +notes = "Used for fuzzing." + +[policy.http3server] +criteria = "safe-to-run" +notes = "Used for testing." + +[policy.l10nregistry] +dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" } +notes = "This crate has two testing-only dependencies which are specified as regular-but-optional rather than a dev-dependencies, because they need to be available to both benchmarks and integration tests." + +[policy.libudev-sys] +audit-as-crates-io = false +notes = "This override is an api-compatible fork with an orthogonal implementation." + +[policy.marionette] +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.metal] +audit-as-crates-io = true +notes = "wgpu-hal pins this crate." + +[policy.midir] +audit-as-crates-io = true +notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release." + +[policy.minidump-writer] +audit-as-crates-io = true +notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release." + +[policy.mio] +audit-as-crates-io = true +notes = "Version 0.6.23 is a local fork of upstream which just twiddles some dependencies." + +[policy.mio-named-pipes] +audit-as-crates-io = true +notes = "We have a local fork, but this entire subtree is going away shortly anyway with the old audioipc code." + +[policy.mozbuild] +audit-as-crates-io = false +notes = "The crates.io version of this is just a placeholder to allow public crates to depend on mozbuild." + +[policy.mozdevice] +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.mozglue-static] +dependency-criteria = { rustc_version = "safe-to-run" } +notes = "The rustc_version dependency is only used in the build script, and does not generate any runtime code" + +[policy.mozprofile] +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.mozrunner] +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." + +[policy.packed_simd_2] +audit-as-crates-io = true +notes = "Based on upstream, see bug 1719674." + +[policy.pulse] +audit-as-crates-io = false +notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name." + +[policy.qcms] +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.rkv] +audit-as-crates-io = true +notes = "Temporarily patched in-tree" + +[policy.rure] +audit-as-crates-io = true +notes = "Identical to upstream, but with cdylib and staticlib targets disabled to avoid unnecessary build artifacts and linker errors." + +[policy.selectors] +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.servo_arc] +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.smoosh] +criteria = "safe-to-run" +notes = "We're not shipping this and have no plans to ship it." + +[policy.storage] +audit-as-crates-io = false +notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name." + +[policy.tabs] +audit-as-crates-io = false +notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name." + +[policy.uniffi_bindgen] +audit-as-crates-io = false +notes = "This is a first-party crate, normally vendored, but currently patched in-tree until next update." + +[policy.viaduct] +audit-as-crates-io = false +notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name." + +[policy.warp] +audit-as-crates-io = true +notes = "This is a third-party crate, with an extra patch." + +[policy.webdriver] +audit-as-crates-io = false +criteria = "safe-to-run" +notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here. It's also used only for automation, so its subtree can be safe-to-run." + +[policy.wgpu] +audit-as-crates-io = true +notes = "Upstream project which we pin." + +[policy.wgpu-core] +audit-as-crates-io = true +notes = "Upstream project which we pin." + +[policy.wgpu-hal] +audit-as-crates-io = true +notes = "Upstream project which we pin." + +[policy.wgpu-types] +audit-as-crates-io = true +notes = "Upstream project which we pin." + +[[exemptions.adler]] +version = "1.0.2" +criteria = "safe-to-deploy" + +[[exemptions.ahash]] +version = "0.7.6" +criteria = "safe-to-deploy" + +[[exemptions.aho-corasick]] +version = "0.7.18" +criteria = "safe-to-deploy" + +[[exemptions.alsa]] +version = "0.4.3" +criteria = "safe-to-deploy" + +[[exemptions.alsa-sys]] +version = "0.3.1" +criteria = "safe-to-deploy" + +[[exemptions.android_log-sys]] +version = "0.2.0" +criteria = "safe-to-deploy" + +[[exemptions.arrayref]] +version = "0.3.6" +criteria = "safe-to-deploy" + +[[exemptions.ash]] +version = "0.37.0+1.3.209" +criteria = "safe-to-deploy" + +[[exemptions.askama_derive]] +version = "0.11.2" +criteria = "safe-to-deploy" + +[[exemptions.askama_escape]] +version = "0.10.3" +criteria = "safe-to-deploy" + +[[exemptions.askama_shared]] +version = "0.12.2" +criteria = "safe-to-deploy" + +[[exemptions.async-task]] +version = "4.0.3" +criteria = "safe-to-deploy" + +[[exemptions.async-trait]] +version = "0.1.56" +criteria = "safe-to-deploy" + +[[exemptions.atomic]] +version = "0.4.6" +criteria = "safe-to-deploy" + +[[exemptions.audio-mixer]] +version = "0.1.2" +criteria = "safe-to-deploy" + +[[exemptions.audio_thread_priority]] +version = "0.26.1" +criteria = "safe-to-deploy" + +[[exemptions.base64]] +version = "0.13.0" +criteria = "safe-to-deploy" + +[[exemptions.bincode]] +version = "1.3.3" +criteria = "safe-to-deploy" + +[[exemptions.bitflags]] +version = "1.3.2" +criteria = "safe-to-deploy" + +[[exemptions.bitreader]] +version = "0.3.6" +criteria = "safe-to-deploy" + +[[exemptions.block]] +version = "0.1.6" +criteria = "safe-to-deploy" + +[[exemptions.block-buffer]] +version = "0.10.2" +criteria = "safe-to-deploy" + +[[exemptions.byteorder]] +version = "1.4.3" +criteria = "safe-to-deploy" + +[[exemptions.bytes]] +version = "1.1.0" +criteria = "safe-to-deploy" + +[[exemptions.cache-padded]] +version = "1.2.0" +criteria = "safe-to-deploy" + +[[exemptions.camino]] +version = "1.0.9" +criteria = "safe-to-deploy" + +[[exemptions.cargo-platform]] +version = "0.1.2" +criteria = "safe-to-deploy" + +[[exemptions.cargo_metadata]] +version = "0.14.2" +criteria = "safe-to-deploy" + +[[exemptions.cexpr]] +version = "0.6.0" +criteria = "safe-to-deploy" + +[[exemptions.chrono]] +version = "0.4.19" +criteria = "safe-to-deploy" + +[[exemptions.chunky-vec]] +version = "0.1.0" +criteria = "safe-to-deploy" + +[[exemptions.clang-sys]] +version = "1.3.3" +criteria = "safe-to-deploy" + +[[exemptions.clap]] +version = "3.1.18" +criteria = "safe-to-deploy" + +[[exemptions.clap_derive]] +version = "3.1.18" +criteria = "safe-to-deploy" + +[[exemptions.clap_lex]] +version = "0.2.0" +criteria = "safe-to-deploy" + +[[exemptions.cookie]] +version = "0.16.0" +criteria = "safe-to-run" + +[[exemptions.core-foundation]] +version = "0.9.3" +criteria = "safe-to-deploy" + +[[exemptions.core-foundation-sys]] +version = "0.8.3" +criteria = "safe-to-deploy" + +[[exemptions.core-graphics]] +version = "0.22.3" +criteria = "safe-to-deploy" + +[[exemptions.core-graphics-types]] +version = "0.1.1" +criteria = "safe-to-deploy" + +[[exemptions.core-text]] +version = "19.2.0" +criteria = "safe-to-deploy" + +[[exemptions.coreaudio-sys]] +version = "0.2.10" +criteria = "safe-to-deploy" + +[[exemptions.coremidi]] +version = "0.6.0" +criteria = "safe-to-deploy" + +[[exemptions.coremidi-sys]] +version = "3.1.0" +criteria = "safe-to-deploy" + +[[exemptions.cose]] +version = "0.1.4" +criteria = "safe-to-deploy" + +[[exemptions.cose-c]] +version = "0.1.5" +criteria = "safe-to-deploy" + +[[exemptions.cpufeatures]] +version = "0.2.2" +criteria = "safe-to-deploy" + +[[exemptions.crc32fast]] +version = "1.3.2" +criteria = "safe-to-deploy" + +[[exemptions.crossbeam-channel]] +version = "0.5.4" +criteria = "safe-to-deploy" + +[[exemptions.crossbeam-deque]] +version = "0.8.1" +criteria = "safe-to-deploy" + +[[exemptions.crossbeam-epoch]] +version = "0.9.8" +criteria = "safe-to-deploy" + +[[exemptions.crossbeam-utils]] +version = "0.8.8" +criteria = "safe-to-deploy" + +[[exemptions.d3d12]] +version = "0.4.1" +criteria = "safe-to-deploy" + +[[exemptions.darling]] +version = "0.13.4" +criteria = "safe-to-deploy" + +[[exemptions.darling_core]] +version = "0.13.4" +criteria = "safe-to-deploy" + +[[exemptions.darling_macro]] +version = "0.13.4" +criteria = "safe-to-deploy" + +[[exemptions.dashmap]] +version = "4.0.2" +criteria = "safe-to-deploy" + +[[exemptions.data-encoding]] +version = "2.3.2" +criteria = "safe-to-deploy" + +[[exemptions.dbus]] +version = "0.6.5" +criteria = "safe-to-deploy" + +[[exemptions.derive_more]] +version = "0.99.17" +criteria = "safe-to-deploy" + +[[exemptions.devd-rs]] +version = "0.3.4" +criteria = "safe-to-deploy" + +[[exemptions.digest]] +version = "0.10.3" +criteria = "safe-to-deploy" + +[[exemptions.dirs]] +version = "4.0.0" +criteria = "safe-to-deploy" + +[[exemptions.dirs-sys]] +version = "0.3.7" +criteria = "safe-to-deploy" + +[[exemptions.dns-parser]] +version = "0.8.0" +criteria = "safe-to-deploy" + +[[exemptions.dogear]] +version = "0.4.0" +criteria = "safe-to-deploy" + +[[exemptions.dtoa]] +version = "0.4.8" +criteria = "safe-to-deploy" + +[[exemptions.dtoa-short]] +version = "0.3.3" +criteria = "safe-to-deploy" + +[[exemptions.dwrote]] +version = "0.11.0" +criteria = "safe-to-deploy" + +[[exemptions.either]] +version = "1.6.1" +criteria = "safe-to-deploy" + +[[exemptions.enumset]] +version = "1.0.11" +criteria = "safe-to-deploy" + +[[exemptions.enumset_derive]] +version = "0.6.0" +criteria = "safe-to-deploy" + +[[exemptions.env_logger]] +version = "0.9.0" +criteria = "safe-to-deploy" + +[[exemptions.error-chain]] +version = "0.12.4" +criteria = "safe-to-deploy" + +[[exemptions.etagere]] +version = "0.2.7" +criteria = "safe-to-deploy" + +[[exemptions.euclid]] +version = "0.22.7" +criteria = "safe-to-deploy" + +[[exemptions.fallible-iterator]] +version = "0.2.0" +criteria = "safe-to-deploy" + +[[exemptions.fallible-streaming-iterator]] +version = "0.1.9" +criteria = "safe-to-deploy" + +[[exemptions.fallible_collections]] +version = "0.4.4" +criteria = "safe-to-deploy" + +[[exemptions.fastrand]] +version = "1.7.0" +criteria = "safe-to-deploy" + +[[exemptions.ffi-support]] +version = "0.4.4" +criteria = "safe-to-deploy" + +[[exemptions.flate2]] +version = "1.0.24" +criteria = "safe-to-deploy" + +[[exemptions.float-cmp]] +version = "0.6.0" +criteria = "safe-to-deploy" + +[[exemptions.foreign-types]] +version = "0.3.2" +criteria = "safe-to-deploy" + +[[exemptions.foreign-types-shared]] +version = "0.1.1" +criteria = "safe-to-deploy" + +[[exemptions.freetype]] +version = "0.7.0" +criteria = "safe-to-deploy" + +[[exemptions.fs-err]] +version = "2.7.0" +criteria = "safe-to-deploy" + +[[exemptions.fuchsia-zircon]] +version = "0.3.3" +criteria = "safe-to-run" + +[[exemptions.fuchsia-zircon-sys]] +version = "0.3.3" +criteria = "safe-to-run" + +[[exemptions.futures]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.futures-channel]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.futures-core]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.futures-executor]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.futures-io]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.futures-macro]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.futures-sink]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.futures-task]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.futures-util]] +version = "0.3.21" +criteria = "safe-to-deploy" + +[[exemptions.generic-array]] +version = "0.14.5" +criteria = "safe-to-deploy" + +[[exemptions.getrandom]] +version = "0.2.6" +criteria = "safe-to-deploy" + +[[exemptions.gl_generator]] +version = "0.14.0" +criteria = "safe-to-deploy" + +[[exemptions.gleam]] +version = "0.13.1" +criteria = "safe-to-deploy" + +[[exemptions.glob]] +version = "0.3.0" +criteria = "safe-to-deploy" + +[[exemptions.glsl]] +version = "6.0.1" +criteria = "safe-to-deploy" + +[[exemptions.glslopt]] +version = "0.1.9" +criteria = "safe-to-deploy" + +[[exemptions.goblin]] +version = "0.1.3" +criteria = "safe-to-deploy" + +[[exemptions.gpu-alloc]] +version = "0.5.3" +criteria = "safe-to-deploy" + +[[exemptions.gpu-alloc-types]] +version = "0.2.0" +criteria = "safe-to-deploy" + +[[exemptions.gpu-descriptor]] +version = "0.2.2" +criteria = "safe-to-deploy" + +[[exemptions.gpu-descriptor-types]] +version = "0.1.1" +criteria = "safe-to-deploy" + +[[exemptions.h2]] +version = "0.3.13" +criteria = "safe-to-run" + +[[exemptions.hashlink]] +version = "0.7.0" +criteria = "safe-to-deploy" + +[[exemptions.headers]] +version = "0.3.7" +criteria = "safe-to-run" + +[[exemptions.headers-core]] +version = "0.2.0" +criteria = "safe-to-run" + +[[exemptions.hermit-abi]] +version = "0.1.19" +criteria = "safe-to-deploy" + +[[exemptions.hexf-parse]] +version = "0.2.1" +criteria = "safe-to-deploy" + +[[exemptions.http]] +version = "0.2.8" +criteria = "safe-to-run" + +[[exemptions.http-body]] +version = "0.4.5" +criteria = "safe-to-run" + +[[exemptions.httparse]] +version = "1.7.1" +criteria = "safe-to-run" + +[[exemptions.httpdate]] +version = "1.0.2" +criteria = "safe-to-run" + +[[exemptions.humantime]] +version = "2.1.0" +criteria = "safe-to-deploy" + +[[exemptions.hyper]] +version = "0.14.19" +criteria = "safe-to-run" + +[[exemptions.ident_case]] +version = "1.0.1" +criteria = "safe-to-deploy" + +[[exemptions.idna]] +version = "0.2.3" +criteria = "safe-to-deploy" + +[[exemptions.indexmap]] +version = "1.8.2" +criteria = "safe-to-deploy" + +[[exemptions.inherent]] +version = "1.0.1" +criteria = "safe-to-deploy" + +[[exemptions.instant]] +version = "0.1.12" +criteria = "safe-to-deploy" + +[[exemptions.ioctl-sys]] +version = "0.7.1" +criteria = "safe-to-deploy" + +[[exemptions.iovec]] +version = "0.1.4" +criteria = "safe-to-deploy" + +[[exemptions.itertools]] +version = "0.10.3" +criteria = "safe-to-deploy" + +[[exemptions.itoa]] +version = "1.0.2" +criteria = "safe-to-deploy" + +[[exemptions.jobserver]] +version = "0.1.24" +criteria = "safe-to-deploy" + +[[exemptions.khronos-egl]] +version = "4.1.0" +criteria = "safe-to-deploy" + +[[exemptions.khronos_api]] +version = "3.1.0" +criteria = "safe-to-deploy" + +[[exemptions.lazy_static]] +version = "1.4.0" +criteria = "safe-to-deploy" + +[[exemptions.lazycell]] +version = "1.3.0" +criteria = "safe-to-deploy" + +[[exemptions.libc]] +version = "0.2.126" +criteria = "safe-to-deploy" + +[[exemptions.libdbus-sys]] +version = "0.2.2" +criteria = "safe-to-deploy" + +[[exemptions.libloading]] +version = "0.7.3" +criteria = "safe-to-deploy" + +[[exemptions.libsqlite3-sys]] +version = "0.25.2" +criteria = "safe-to-deploy" +suggest = false +notes = "The in-gecko feature that we enable makes only pre-built bindings used, and none of the embedded C code is built. The build script was audited and is not doing anything besides exposing those bindings" + +[[exemptions.libudev]] +version = "0.2.0" +criteria = "safe-to-deploy" + +[[exemptions.line-wrap]] +version = "0.1.1" +criteria = "safe-to-run" + +[[exemptions.lmdb-rkv]] +version = "0.14.0" +criteria = "safe-to-deploy" + +[[exemptions.lmdb-rkv-sys]] +version = "0.11.2" +criteria = "safe-to-deploy" + +[[exemptions.lock_api]] +version = "0.4.7" +criteria = "safe-to-deploy" + +[[exemptions.mach]] +version = "0.3.2" +criteria = "safe-to-deploy" + +[[exemptions.malloc_buf]] +version = "0.0.6" +criteria = "safe-to-deploy" + +[[exemptions.marionette]] +version = "0.2.0" +criteria = "safe-to-run" + +[[exemptions.memalloc]] +version = "0.1.0" +criteria = "safe-to-deploy" + +[[exemptions.memchr]] +version = "2.5.0" +criteria = "safe-to-deploy" + +[[exemptions.memmap2]] +version = "0.5.4" +criteria = "safe-to-deploy" + +[[exemptions.memoffset]] +version = "0.6.5" +criteria = "safe-to-deploy" + +[[exemptions.metal]] +version = "0.23.1" +criteria = "safe-to-deploy" + +[[exemptions.midir]] +version = "0.7.0" +criteria = "safe-to-deploy" + +[[exemptions.mime]] +version = "0.3.16" +criteria = "safe-to-deploy" + +[[exemptions.mime_guess]] +version = "2.0.4" +criteria = "safe-to-deploy" + +[[exemptions.minimal-lexical]] +version = "0.2.1" +criteria = "safe-to-deploy" + +[[exemptions.miniz_oxide]] +version = "0.5.3" +criteria = "safe-to-deploy" + +[[exemptions.mio]] +version = "0.6.23" +criteria = "safe-to-run" + +[[exemptions.mio]] +version = "0.8.0" +criteria = "safe-to-deploy" + +[[exemptions.mio-extras]] +version = "2.0.6" +criteria = "safe-to-run" + +[[exemptions.miow]] +version = "0.3.7" +criteria = "safe-to-deploy" + +[[exemptions.moz_cbor]] +version = "0.1.2" +criteria = "safe-to-deploy" + +[[exemptions.mozdevice]] +version = "0.5.0" +criteria = "safe-to-run" + +[[exemptions.murmurhash3]] +version = "0.0.5" +criteria = "safe-to-deploy" + +[[exemptions.net2]] +version = "0.2.37" +criteria = "safe-to-run" + +[[exemptions.nix]] +version = "0.15.0" +criteria = "safe-to-deploy" + +[[exemptions.nom]] +version = "7.1.1" +criteria = "safe-to-deploy" + +[[exemptions.ntapi]] +version = "0.3.7" +criteria = "safe-to-deploy" + +[[exemptions.num_cpus]] +version = "1.13.1" +criteria = "safe-to-deploy" + +[[exemptions.objc]] +version = "0.2.7" +criteria = "safe-to-deploy" + +[[exemptions.objc_exception]] +version = "0.1.2" +criteria = "safe-to-deploy" + +[[exemptions.object]] +version = "0.28.4" +criteria = "safe-to-deploy" + +[[exemptions.once_cell]] +version = "1.12.0" +criteria = "safe-to-deploy" + +[[exemptions.ordered-float]] +version = "3.0.0" +criteria = "safe-to-deploy" + +[[exemptions.os_str_bytes]] +version = "6.1.0" +criteria = "safe-to-deploy" + +[[exemptions.oslog]] +version = "0.1.0" +criteria = "safe-to-deploy" + +[[exemptions.owning_ref]] +version = "0.4.1" +criteria = "safe-to-deploy" + +[[exemptions.packed_simd_2]] +version = "0.3.7" +criteria = "safe-to-deploy" + +[[exemptions.parking_lot]] +version = "0.11.2" +criteria = "safe-to-deploy" + +[[exemptions.parking_lot_core]] +version = "0.8.5" +criteria = "safe-to-deploy" + +[[exemptions.paste]] +version = "1.0.7" +criteria = "safe-to-deploy" + +[[exemptions.peeking_take_while]] +version = "0.1.2" +criteria = "safe-to-deploy" + +[[exemptions.phf]] +version = "0.10.1" +criteria = "safe-to-deploy" + +[[exemptions.phf_codegen]] +version = "0.10.0" +criteria = "safe-to-deploy" + +[[exemptions.phf_generator]] +version = "0.10.0" +criteria = "safe-to-deploy" + +[[exemptions.phf_macros]] +version = "0.10.0" +criteria = "safe-to-deploy" + +[[exemptions.phf_shared]] +version = "0.10.0" +criteria = "safe-to-deploy" + +[[exemptions.pin-project]] +version = "1.0.10" +criteria = "safe-to-run" + +[[exemptions.pin-project-internal]] +version = "1.0.10" +criteria = "safe-to-run" + +[[exemptions.pin-project-lite]] +version = "0.2.9" +criteria = "safe-to-deploy" + +[[exemptions.pin-utils]] +version = "0.1.0" +criteria = "safe-to-deploy" + +[[exemptions.pkg-config]] +version = "0.3.25" +criteria = "safe-to-deploy" + +[[exemptions.plain]] +version = "0.2.3" +criteria = "safe-to-deploy" + +[[exemptions.plist]] +version = "1.3.1" +criteria = "safe-to-run" + +[[exemptions.ppv-lite86]] +version = "0.2.16" +criteria = "safe-to-deploy" + +[[exemptions.proc-macro-error]] +version = "1.0.4" +criteria = "safe-to-deploy" + +[[exemptions.proc-macro-error-attr]] +version = "1.0.4" +criteria = "safe-to-deploy" + +[[exemptions.proc-macro-hack]] +version = "0.5.19" +criteria = "safe-to-deploy" + +[[exemptions.profiling]] +version = "1.0.6" +criteria = "safe-to-deploy" + +[[exemptions.prost]] +version = "0.8.0" +criteria = "safe-to-deploy" + +[[exemptions.prost-derive]] +version = "0.8.0" +criteria = "safe-to-deploy" + +[[exemptions.qlog]] +version = "0.4.0" +criteria = "safe-to-deploy" + +[[exemptions.quick-error]] +version = "1.2.3" +criteria = "safe-to-deploy" + +[[exemptions.rand]] +version = "0.8.5" +criteria = "safe-to-deploy" + +[[exemptions.rand_chacha]] +version = "0.3.1" +criteria = "safe-to-deploy" + +[[exemptions.rand_core]] +version = "0.6.3" +criteria = "safe-to-deploy" + +[[exemptions.range-alloc]] +version = "0.1.2" +criteria = "safe-to-deploy" + +[[exemptions.redox_syscall]] +version = "0.2.13" +criteria = "safe-to-deploy" + +[[exemptions.regex]] +version = "1.5.6" +criteria = "safe-to-deploy" + +[[exemptions.regex-syntax]] +version = "0.6.26" +criteria = "safe-to-deploy" + +[[exemptions.remove_dir_all]] +version = "0.5.3" +criteria = "safe-to-deploy" + +[[exemptions.renderdoc-sys]] +version = "0.7.1" +criteria = "safe-to-deploy" + +[[exemptions.replace_with]] +version = "0.1.7" +criteria = "safe-to-deploy" + +[[exemptions.ringbuf]] +version = "0.2.8" +criteria = "safe-to-deploy" + +[[exemptions.ron]] +version = "0.7.0" +criteria = "safe-to-deploy" + +[[exemptions.runloop]] +version = "0.1.0" +criteria = "safe-to-deploy" + +[[exemptions.rusqlite]] +version = "0.27.0" +criteria = "safe-to-deploy" + +[[exemptions.rust-ini]] +version = "0.10.3" +criteria = "safe-to-deploy" + +[[exemptions.rust_cascade]] +version = "1.4.0" +criteria = "safe-to-deploy" + +[[exemptions.rust_decimal]] +version = "1.24.0" +criteria = "safe-to-deploy" + +[[exemptions.ryu]] +version = "1.0.10" +criteria = "safe-to-deploy" + +[[exemptions.safemem]] +version = "0.3.3" +criteria = "safe-to-run" + +[[exemptions.same-file]] +version = "1.0.6" +criteria = "safe-to-deploy" + +[[exemptions.scoped-tls]] +version = "1.0.0" +criteria = "safe-to-run" + +[[exemptions.scopeguard]] +version = "1.1.0" +criteria = "safe-to-deploy" + +[[exemptions.scroll]] +version = "0.10.2" +criteria = "safe-to-deploy" + +[[exemptions.scroll_derive]] +version = "0.10.5" +criteria = "safe-to-deploy" + +[[exemptions.self_cell]] +version = "0.10.2" +criteria = "safe-to-deploy" + +[[exemptions.semver]] +version = "1.0.9" +criteria = "safe-to-deploy" + +[[exemptions.serde]] +version = "1.0.137" +criteria = "safe-to-deploy" + +[[exemptions.serde_bytes]] +version = "0.11.6" +criteria = "safe-to-deploy" + +[[exemptions.serde_derive]] +version = "1.0.137" +criteria = "safe-to-deploy" + +[[exemptions.serde_json]] +version = "1.0.81" +criteria = "safe-to-deploy" + +[[exemptions.serde_repr]] +version = "0.1.8" +criteria = "safe-to-run" + +[[exemptions.serde_urlencoded]] +version = "0.7.1" +criteria = "safe-to-run" + +[[exemptions.serde_with]] +version = "1.14.0" +criteria = "safe-to-deploy" + +[[exemptions.serde_with_macros]] +version = "1.5.2" +criteria = "safe-to-deploy" + +[[exemptions.serde_yaml]] +version = "0.8.24" +criteria = "safe-to-run" + +[[exemptions.sfv]] +version = "0.9.2" +criteria = "safe-to-deploy" + +[[exemptions.sha1]] +version = "0.10.0" +criteria = "safe-to-run" + +[[exemptions.sha2]] +version = "0.10.2" +criteria = "safe-to-deploy" + +[[exemptions.shlex]] +version = "1.1.0" +criteria = "safe-to-deploy" + +[[exemptions.siphasher]] +version = "0.3.10" +criteria = "safe-to-deploy" + +[[exemptions.slab]] +version = "0.4.6" +criteria = "safe-to-deploy" + +[[exemptions.smallbitvec]] +version = "2.5.1" +criteria = "safe-to-deploy" + +[[exemptions.smallvec]] +version = "1.8.0" +criteria = "safe-to-deploy" + +[[exemptions.socket2]] +version = "0.4.4" +criteria = "safe-to-deploy" + +[[exemptions.spirv]] +version = "0.2.0+1.5.4" +criteria = "safe-to-deploy" + +[[exemptions.stable_deref_trait]] +version = "1.2.0" +criteria = "safe-to-deploy" + +[[exemptions.static_assertions]] +version = "1.1.0" +criteria = "safe-to-deploy" + +[[exemptions.strsim]] +version = "0.10.0" +criteria = "safe-to-deploy" + +[[exemptions.syn]] +version = "1.0.96" +criteria = "safe-to-deploy" + +[[exemptions.tempfile]] +version = "3.3.0" +criteria = "safe-to-deploy" + +[[exemptions.termcolor]] +version = "1.1.3" +criteria = "safe-to-deploy" + +[[exemptions.terminal_size]] +version = "0.1.17" +criteria = "safe-to-deploy" + +[[exemptions.textwrap]] +version = "0.15.0" +criteria = "safe-to-deploy" + +[[exemptions.thiserror]] +version = "1.0.31" +criteria = "safe-to-deploy" + +[[exemptions.thiserror-impl]] +version = "1.0.31" +criteria = "safe-to-deploy" + +[[exemptions.threadbound]] +version = "0.1.3" +criteria = "safe-to-deploy" + +[[exemptions.time]] +version = "0.1.44" +criteria = "safe-to-deploy" + +[[exemptions.time]] +version = "0.3.9" +criteria = "safe-to-run" + +[[exemptions.time-macros]] +version = "0.2.4" +criteria = "safe-to-run" + +[[exemptions.tokio]] +version = "1.17.0" +criteria = "safe-to-run" + +[[exemptions.tokio-macros]] +version = "1.8.0" +criteria = "safe-to-run" + +[[exemptions.tokio-stream]] +version = "0.1.9" +criteria = "safe-to-run" + +[[exemptions.tokio-util]] +version = "0.7.2" +criteria = "safe-to-run" + +[[exemptions.toml]] +version = "0.5.9" +criteria = "safe-to-deploy" + +[[exemptions.tower-service]] +version = "0.3.1" +criteria = "safe-to-run" + +[[exemptions.tracing]] +version = "0.1.35" +criteria = "safe-to-run" + +[[exemptions.tracing-attributes]] +version = "0.1.21" +criteria = "safe-to-run" + +[[exemptions.tracing-core]] +version = "0.1.27" +criteria = "safe-to-run" + +[[exemptions.triple_buffer]] +version = "5.0.6" +criteria = "safe-to-deploy" + +[[exemptions.try-lock]] +version = "0.2.3" +criteria = "safe-to-run" + +[[exemptions.type-map]] +version = "0.4.0" +criteria = "safe-to-deploy" + +[[exemptions.typenum]] +version = "1.15.0" +criteria = "safe-to-deploy" + +[[exemptions.unicode-ident]] +version = "1.0.0" +criteria = "safe-to-deploy" + +[[exemptions.unicode-segmentation]] +version = "1.9.0" +criteria = "safe-to-deploy" + +[[exemptions.unicode-width]] +version = "0.1.9" +criteria = "safe-to-deploy" + +[[exemptions.unicode-xid]] +version = "0.2.3" +criteria = "safe-to-deploy" + +[[exemptions.unix_path]] +version = "1.0.1" +criteria = "safe-to-run" + +[[exemptions.unix_str]] +version = "1.0.0" +criteria = "safe-to-run" + +[[exemptions.url]] +version = "2.1.0" +criteria = "safe-to-deploy" + +[[exemptions.uuid]] +version = "0.8.2" +criteria = "safe-to-deploy" + +[[exemptions.version_check]] +version = "0.9.4" +criteria = "safe-to-deploy" + +[[exemptions.walkdir]] +version = "2.3.2" +criteria = "safe-to-deploy" + +[[exemptions.want]] +version = "0.3.0" +criteria = "safe-to-run" + +[[exemptions.warp]] +version = "0.3.2" +criteria = "safe-to-run" + +[[exemptions.wasi]] +version = "0.11.0+wasi-snapshot-preview1" +criteria = "safe-to-deploy" + +[[exemptions.webrtc-sdp]] +version = "0.3.9" +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-util]] +version = "0.1.5" +criteria = "safe-to-deploy" + +[[exemptions.winapi-x86_64-pc-windows-gnu]] +version = "0.4.0" +criteria = "safe-to-deploy" + +[[exemptions.wio]] +version = "0.2.2" +criteria = "safe-to-deploy" + +[[exemptions.xml-rs]] +version = "0.8.4" +criteria = "safe-to-deploy" + +[[exemptions.yaml-rust]] +version = "0.4.5" +criteria = "safe-to-run" + +[[exemptions.zeitstempel]] +version = "0.1.1" +criteria = "safe-to-deploy" + +[[exemptions.zip]] +version = "0.6.2" +criteria = "safe-to-run" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock new file mode 100644 index 0000000000..da39b97426 --- /dev/null +++ b/supply-chain/imports.lock @@ -0,0 +1,331 @@ + +# cargo-vet imports lock + +[[audits.bytecodealliance.audits.arbitrary]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "1.1.0" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.arbitrary]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "1.1.4" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.arrayvec]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "0.7.2" +notes = """ +Well documented invariants, good assertions for those invariants in unsafe code, +and tested with MIRI to boot. LGTM. +""" + +[[audits.bytecodealliance.audits.atty]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.2.14" +notes = """ +Contains only unsafe code for what this crate's purpose is and only accesses +the environment's terminal information when asked. Does its stated purpose and +no more. +""" + +[[audits.bytecodealliance.audits.bumpalo]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "3.9.1" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.bumpalo]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "3.11.1" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.cc]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "1.0.73" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.cfg-if]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "1.0.0" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.codespan-reporting]] +who = "Jamey Sharp <jsharp@fastly.com>" +criteria = "safe-to-deploy" +version = "0.11.1" +notes = "This library uses `forbid(unsafe_code)` and has no filesystem or network I/O." + +[[audits.bytecodealliance.audits.crypto-common]] +who = "Benjamin Bouvier <public@benj.me>" +criteria = "safe-to-deploy" +version = "0.1.3" + +[[audits.bytecodealliance.audits.derive_arbitrary]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "1.1.0" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.derive_arbitrary]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "1.1.4" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.form_urlencoded]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "1.1.0" +notes = """ +This is a small crate for working with url-encoded forms which doesn't have any +more than what it says on the tin. Contains one `unsafe` block related to +performance around utf-8 validation which is fairly easy to verify as correct. +""" + +[[audits.bytecodealliance.audits.heck]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.4.0" +notes = "Contains `forbid_unsafe` and only uses `std::fmt` from the standard library. Otherwise only contains string manipulation." + +[[audits.bytecodealliance.audits.id-arena]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "2.2.1" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.leb128]] +who = "Nick Fitzgerald <fitzgen@gmail.com>" +criteria = "safe-to-deploy" +version = "0.2.5" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.percent-encoding]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "2.2.0" +notes = """ +This crate is a single-file crate that does what it says on the tin. There are +a few `unsafe` blocks related to utf-8 validation which are locally verifiable +as correct and otherwise this crate is good to go. +""" + +[[audits.bytecodealliance.audits.rustc-demangle]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.1.21" +notes = "I am the author of this crate." + +[[audits.bytecodealliance.audits.unicase]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "2.6.0" +notes = """ +This crate contains no `unsafe` code and no unnecessary use of the standard +library. +""" + +[[audits.bytecodealliance.audits.unicode-bidi]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.3.8" +notes = """ +This crate has no unsafe code and does not use `std::*`. Skimming the crate it +does not attempt to out of the bounds of what it's already supposed to be doing. +""" + +[[audits.bytecodealliance.audits.unicode-normalization]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.1.19" +notes = """ +This crate contains one usage of `unsafe` which I have manually checked to see +it as correct. This crate's size comes in large part due to the generated +unicode tables that it contains. This crate is additionally widely used +throughout the ecosystem and skimming the crate shows no usage of `std::*` APIs +and nothing suspicious. +""" + +[[audits.bytecodealliance.audits.wasm-encoder]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.14.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-encoder]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.15.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-encoder]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.16.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-encoder]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.17.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-encoder]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.18.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-encoder]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.19.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-smith]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.11.2" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-smith]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.11.3" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-smith]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.11.4" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-smith]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.11.5" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-smith]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.11.6" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasm-smith]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-run" +version = "0.11.7" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasmparser]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.87.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasmparser]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.88.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasmparser]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.89.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasmparser]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.89.1" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasmparser]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.91.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasmparser]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.92.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wasmparser]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "0.93.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wast]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "35.0.2" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wast]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "44.0.0" +notes = "The Bytecode Alliance is the author of this crate" + +[[audits.bytecodealliance.audits.wast]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "45.0.0" +notes = "The Bytecode Alliance is the author of this crate" + +[[audits.bytecodealliance.audits.wast]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "46.0.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wast]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "47.0.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wast]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "47.0.1" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.bytecodealliance.audits.wast]] +who = "Alex Crichton <alex@alexcrichton.com>" +criteria = "safe-to-deploy" +version = "48.0.0" +notes = "The Bytecode Alliance is the author of this crate." + +[[audits.embark.audits.anyhow]] +who = "Johan Andersson <opensource@embark-studios.com>" +criteria = "safe-to-deploy" +version = "1.0.58" + +[[audits.embark.audits.cty]] +who = "Johan Andersson <opensource@embark-studios.com>" +criteria = "safe-to-deploy" +version = "0.2.2" +notes = "Inspected it and is a tiny crate with just type definitions" + +[[audits.embark.audits.serial_test]] +who = "Johan Andersson <opensource@embark-studios.com>" +criteria = "safe-to-run" +version = "0.6.0" + +[[audits.embark.audits.serial_test_derive]] +who = "Johan Andersson <opensource@embark-studios.com>" +criteria = "safe-to-run" +version = "0.6.0" diff --git a/supply-chain/moz.build b/supply-chain/moz.build new file mode 100644 index 0000000000..8366935dc8 --- /dev/null +++ b/supply-chain/moz.build @@ -0,0 +1,8 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +with Files("**"): + BUG_COMPONENT = ("Firefox Build System", "General") |