# cargo-vet audits file [[audits.aa-stroke]] who = "Lee Salzman " criteria = "safe-to-deploy" version = "0.1.0" notes = "Written and maintained by Gfx team at Mozilla." [[audits.aho-corasick]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.7.18 -> 0.7.20" [[audits.alsa]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.4.3 -> 0.7.0" [[audits.android_logger]] who = "Jan-Erik Rediger " 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 " 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 " 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 " criteria = "safe-to-deploy" delta = "0.1.2 -> 0.1.4" [[audits.android_system_properties]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.4 -> 0.1.5" [[audits.anyhow]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.57 -> 1.0.61" [[audits.anyhow]] who = "Bobby Holley " 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 " criteria = "safe-to-deploy" delta = "1.0.61 -> 1.0.62" [[audits.anyhow]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.62 -> 1.0.68" [[audits.app_units]] who = "Emilio Cobos Álvarez " 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 " criteria = "safe-to-run" delta = "1.1.0 -> 1.1.1" [[audits.arbitrary]] who = "Mike Hommey " criteria = "safe-to-run" delta = "1.1.1 -> 1.1.3" [[audits.arbitrary]] who = "Mike Hommey " criteria = "safe-to-run" delta = "1.1.3 -> 1.2.0" [[audits.ash]] who = "Jim Blandy " 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 " 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 " 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 " criteria = "safe-to-deploy" delta = "0.1.56 -> 0.1.57" [[audits.async-trait]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.57 -> 0.1.60" [[audits.atomic_refcell]] who = "Bobby Holley " criteria = "safe-to-deploy" version = "0.1.8" notes = "I maintain this crate and have reviewed every line." [[audits.authenticator]] who = "John M. Schanck " criteria = "safe-to-deploy" version = "0.4.0-alpha.6" notes = "Maintained by the CryptoEng team at Mozilla." [[audits.autocfg]] who = "Josh Stone " criteria = "safe-to-deploy" version = "1.1.0" notes = "All code written or reviewed by Josh Stone." [[audits.base64]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.13.0 -> 0.13.1" [[audits.bhttp]] who = "Dana Keeler " criteria = "safe-to-deploy" version = "0.2.3" notes = "Mozilla-developed package, no unsafe code or powerful imports." [[audits.bindgen]] who = "Emilio Cobos Álvarez " 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 " criteria = "safe-to-deploy" delta = "0.59.2 -> 0.63.0" [[audits.bit-set]] who = "Aria Beingessner " 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 " criteria = "safe-to-deploy" delta = "0.5.2 -> 0.5.3" [[audits.bit-vec]] who = "Aria Beingessner " 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 " criteria = "safe-to-deploy" delta = "0.10.2 -> 0.10.3" [[audits.build-parallel]] who = "Jeff Muizelaar " criteria = "safe-to-deploy" version = "0.1.2" [[audits.bumpalo]] who = "Bobby Holley " 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 " criteria = "safe-to-deploy" delta = "1.1.0 -> 1.2.1" [[audits.bytes]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.2.1 -> 1.3.0" [[audits.camino]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.9 -> 1.1.1" [[audits.chardetng]] who = "Henri Sivonen " 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 " 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 " criteria = "safe-to-deploy" delta = "1.3.3 -> 1.4.0" [[audits.clap_lex]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.0 -> 0.2.2" [[audits.clap_lex]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.2 -> 0.2.4" [[audits.comedy]] who = "Nick Alexander " 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 " criteria = "safe-to-run" delta = "0.16.0 -> 0.16.2" [[audits.coreaudio-sys]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.10 -> 0.2.11" [[audits.cpufeatures]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.2 -> 0.2.4" [[audits.cpufeatures]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.4 -> 0.2.5" [[audits.crash-context]] who = "Gabriele Svelto " 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 " criteria = "safe-to-deploy" delta = "0.5.4 -> 0.5.6" [[audits.crossbeam-deque]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.8.1 -> 0.8.2" [[audits.crossbeam-epoch]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.9.8 -> 0.9.10" [[audits.crossbeam-epoch]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.9.10 -> 0.9.13" [[audits.crossbeam-utils]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.8.8 -> 0.8.11" [[audits.crossbeam-utils]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.8.11 -> 0.8.14" [[audits.crypto-common]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.3 -> 0.1.6" [[audits.cssparser]] who = "Emilio Cobos Álvarez " 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 " 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 " 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 " criteria = "safe-to-deploy" delta = "0.2.10 -> 0.2.11" [[audits.cubeb]] who = "Matthew Gregan " criteria = "safe-to-deploy" version = "0.10.1" notes = """ Mozilla-developed package. """ [[audits.cubeb]] who = "Matthew Gregan " criteria = "safe-to-deploy" delta = "0.10.1 -> 0.10.2" [[audits.cubeb]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.10.2 -> 0.10.3" [[audits.cubeb-backend]] who = "Matthew Gregan " criteria = "safe-to-deploy" version = "0.10.1" notes = """ Mozilla-developed package. """ [[audits.cubeb-backend]] who = "Matthew Gregan " criteria = "safe-to-deploy" delta = "0.10.1 -> 0.10.2" [[audits.cubeb-backend]] who = "Paul Adenot " criteria = "safe-to-deploy" delta = "0.10.2 -> 0.10.3" notes = """ Mozilla-developed package. """ [[audits.cubeb-core]] who = "Matthew Gregan " criteria = "safe-to-deploy" version = "0.10.1" notes = """ Mozilla-developed package. """ [[audits.cubeb-core]] who = "Matthew Gregan " criteria = "safe-to-deploy" delta = "0.10.1 -> 0.10.2" [[audits.cubeb-core]] who = "Paul Adenot " criteria = "safe-to-deploy" delta = "0.10.2 -> 0.10.3" notes = """ Mozilla-developed package. """ [[audits.cubeb-sys]] who = "Matthew Gregan " criteria = "safe-to-deploy" version = "0.10.1" notes = """ Mozilla-developed package. """ [[audits.cubeb-sys]] who = "Matthew Gregan " criteria = "safe-to-deploy" delta = "0.10.1 -> 0.10.2" [[audits.cubeb-sys]] who = "Paul Adenot " criteria = "safe-to-deploy" delta = "0.10.2 -> 0.10.3" notes = """ Mozilla-developed package. """ [[audits.d3d12]] who = "Jim Blandy " 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 " criteria = "safe-to-deploy" delta = "0.13.4 -> 0.14.2" [[audits.darling_core]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.13.4 -> 0.14.2" [[audits.darling_macro]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.13.4 -> 0.14.2" [[audits.data-encoding]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "2.3.2 -> 2.3.3" [[audits.debugid]] who = "Gabriele Svelto " 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 " criteria = "safe-to-run" delta = "1.1.0 -> 1.1.1" [[audits.derive_arbitrary]] who = "Mike Hommey " criteria = "safe-to-run" delta = "1.1.1 -> 1.1.3" [[audits.derive_arbitrary]] who = "Mike Hommey " criteria = "safe-to-run" delta = "1.1.3 -> 1.2.1" [[audits.devd-rs]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.4 -> 0.3.5" [[audits.devd-rs]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.5 -> 0.3.6" [[audits.digest]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.10.3 -> 0.10.6" [[audits.displaydoc]] who = "Makoto Kato " 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 " 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 " criteria = "safe-to-deploy" delta = "1.6.1 -> 1.7.0" [[audits.either]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.7.0 -> 1.8.0" [[audits.encoding_c]] who = "Henri Sivonen " 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 " 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 " 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 " criteria = "safe-to-deploy" version = "0.2.2" [[audits.enumset]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.11 -> 1.0.12" [[audits.enumset_derive]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.6.0 -> 0.6.1" [[audits.env_logger]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.9.3" [[audits.env_logger]] who = "Nicolas Silva " criteria = "safe-to-deploy" delta = "0.9.3 -> 0.10.0" [[audits.extend]] who = "Ben Dean-Kawamura " 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 " criteria = "safe-to-deploy" delta = "0.4.4 -> 0.4.5" [[audits.fallible_collections]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.4.5 -> 0.4.6" notes = "The changes in this version are mine." [[audits.fastrand]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.7.0 -> 1.8.0" [[audits.filetime_win]] who = "Nick Alexander " 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 " criteria = "safe-to-deploy" version = "0.4.3" notes = "Uses no ambient capabilities, vetted the one instance of unsafe." [[audits.flate2]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.24 -> 1.0.25" [[audits.fluent]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.16.0" [[audits.fluent-bundle]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.15.2" [[audits.fluent-fallback]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.6.0" [[audits.fluent-fallback]] who = "Greg Tatum " criteria = "safe-to-deploy" delta = "0.6.0 -> 0.7.0" [[audits.fluent-langneg]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.13.0" [[audits.fluent-pseudo]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.3.1" [[audits.fluent-syntax]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.11.0" [[audits.fluent-testing]] who = "Zibi Braniecki " criteria = "safe-to-run" version = "0.0.2" [[audits.fluent-testing]] who = "Greg Tatum " criteria = "safe-to-run" delta = "0.0.2 -> 0.0.3" [[audits.fnv]] who = "Bobby Holley " criteria = "safe-to-deploy" version = "1.0.7" notes = "Simple hasher implementation with no unsafe code." [[audits.fs-err]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "2.7.0 -> 2.8.1" [[audits.fs-err]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "2.8.1 -> 2.9.0" [[audits.futures]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.futures-channel]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures-channel]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.futures-core]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures-core]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.futures-executor]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures-executor]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.futures-io]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures-io]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.futures-macro]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures-macro]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.futures-sink]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures-sink]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.futures-task]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures-task]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.futures-util]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.21 -> 0.3.23" [[audits.futures-util]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.23 -> 0.3.25" [[audits.fxhash]] who = "Bobby Holley " 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 " criteria = "safe-to-deploy" delta = "0.14.5 -> 0.14.6" [[audits.getrandom]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.6 -> 0.2.7" [[audits.getrandom]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.7 -> 0.2.8" [[audits.glean]] who = "Jan-Erik Rediger " criteria = "safe-to-deploy" version = "50.1.0" notes = "Maintained by the Glean team at Mozilla" [[audits.glean]] who = "Travis Long " criteria = "safe-to-deploy" version = "50.1.2" notes = "Maintained by the Glean team at Mozilla" [[audits.glean]] who = "Jan-Erik Rediger " criteria = "safe-to-deploy" version = "51.1.0" notes = "Maintained by the Glean team at Mozilla" [[audits.glean]] who = "Chris H-C " criteria = "safe-to-deploy" version = "51.7.0" notes = "Maintained by the Glean team at Mozilla" [[audits.glean]] who = "Chris H-C " criteria = "safe-to-deploy" version = "51.8.1" notes = "Maintained by the Glean Team at Mozilla" [[audits.glean]] who = "Chris H-C " criteria = "safe-to-deploy" version = "51.8.2" notes = "Maintained by the Glean Team at Mozilla." [[audits.glean]] who = "Jan-Erik Rediger " criteria = "safe-to-deploy" delta = "50.1.2 -> 50.1.3" notes = "Unchanged from last version" [[audits.glean]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "51.1.0 -> 51.2.0" notes = "Maintained by the Glean team at Mozilla" [[audits.glean]] who = "Perry McManis " criteria = "safe-to-deploy" delta = "51.2.0 -> 51.4.0" [[audits.glean]] who = "Jan-Erik Rediger " 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 " 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 " criteria = "safe-to-deploy" version = "50.1.0" notes = "Maintained by the Glean team at Mozilla" [[audits.glean-core]] who = "Travis Long " criteria = "safe-to-deploy" version = "50.1.2" notes = "Maintained by the Glean team at Mozilla" [[audits.glean-core]] who = "Jan-Erik Rediger " criteria = "safe-to-deploy" version = "51.1.0" notes = "Maintained by the Glean team at Mozilla" [[audits.glean-core]] who = "Chris H-C " criteria = "safe-to-deploy" version = "51.7.0" notes = "Maintained by the Glean team at Mozilla" [[audits.glean-core]] who = "Chris H-C " criteria = "safe-to-deploy" version = "51.8.1" notes = "Maintained by the Glean Team at Mozilla" [[audits.glean-core]] who = "Chris H-C " criteria = "safe-to-deploy" version = "51.8.2" notes = "Maintained by the Glean Team at Mozilla." [[audits.glean-core]] who = "Jan-Erik Rediger " 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 " 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 " 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 " criteria = "safe-to-deploy" delta = "51.2.0 -> 51.4.0" [[audits.glean-core]] who = "Jan-Erik Rediger " 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 " 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 " 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 " 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 " criteria = "safe-to-deploy" delta = "0.2.2 -> 0.2.3" [[audits.guid_win]] who = "Bobby Holley " 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 " criteria = "safe-to-run" delta = "0.3.13 -> 0.3.14" [[audits.h2]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.3.14 -> 0.3.15" [[audits.half]] who = "John M. Schanck " 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 " 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 " criteria = "safe-to-deploy" delta = "0.7.0 -> 0.8.1" [[audits.headers]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.3.7 -> 0.3.8" [[audits.hex]] who = "Simon Friedberger " criteria = "safe-to-deploy" version = "0.4.3" [[audits.httparse]] who = "Mike Hommey " criteria = "safe-to-run" delta = "1.7.1 -> 1.8.0" [[audits.hyper]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.14.19 -> 0.14.20" [[audits.hyper]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.14.20 -> 0.14.22" [[audits.hyper]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.14.22 -> 0.14.23" [[audits.indexmap]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.8.2 -> 1.9.1" [[audits.indexmap]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.9.1 -> 1.9.2" [[audits.inherent]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.1 -> 1.0.2" [[audits.inherent]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.2 -> 1.0.3" [[audits.inplace_it]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.3 -> 0.3.4" [[audits.intl-memoizer]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.5.1" [[audits.intl_pluralrules]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "7.0.1" [[audits.intl_pluralrules]] who = "Makoto Kato " criteria = "safe-to-deploy" delta = "7.0.1 -> 7.0.2" [[audits.itertools]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.10.3 -> 0.10.5" [[audits.itoa]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.2 -> 1.0.3" [[audits.itoa]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.3 -> 1.0.5" [[audits.jobserver]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.24 -> 0.1.25" [[audits.libc]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.126 -> 0.2.132" [[audits.libc]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.132 -> 0.2.138" [[audits.libc]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.138 -> 0.2.139" [[audits.libloading]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.7.3 -> 0.7.4" [[audits.linked-hash-map]] who = "Aria Beingessner " 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 " criteria = "safe-to-run" delta = "0.5.4 -> 0.5.6" [[audits.lock_api]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.4.7 -> 0.4.9" [[audits.log]] who = "Mike Hommey " criteria = "safe-to-deploy" version = "0.4.17" [[audits.mach2]] who = "Gabriele Svelto " criteria = "safe-to-deploy" version = "0.4.1" [[audits.malloc_size_of_derive]] who = "Bobby Holley " 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 " criteria = "safe-to-deploy" version = "0.1.9" notes = "This is a trivial crate." [[audits.memmap2]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.5.4 -> 0.5.7" [[audits.memmap2]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.5.7 -> 0.5.8" [[audits.memoffset]] who = "Gabriele Svelto " criteria = "safe-to-deploy" delta = "0.6.5 -> 0.7.1" [[audits.metal]] who = "Jim Blandy " 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 " 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 " 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 " criteria = "safe-to-deploy" delta = "0.5.3 -> 0.6.2" [[audits.mozprofile]] who = "Henrik Skupin " 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 " 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 " 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 " 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 " criteria = "safe-to-deploy" delta = "0.8.0 -> 0.9.0" [[audits.naga]] who = "Jim Blandy " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.10.0" [[audits.net2]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.2.37 -> 0.2.38" [[audits.new_debug_unreachable]] who = "Bobby Holley " criteria = "safe-to-deploy" version = "1.0.4" notes = "This is a trivial crate." [[audits.nix]] who = "Gabriele Svelto " 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 " criteria = "safe-to-deploy" delta = "0.25.0 -> 0.25.1" [[audits.nss-gk-api]] who = "John M. Schanck " criteria = "safe-to-deploy" version = "0.2.1" notes = "Maintained by the CryptoEng team at Mozilla." [[audits.num]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.4.0" notes = "All code written or reviewed by Josh Stone." [[audits.num-bigint]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.2.6" notes = "All code written or reviewed by Josh Stone." [[audits.num-bigint]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.4.3" notes = "All code written or reviewed by Josh Stone." [[audits.num-complex]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.4.2" notes = "All code written or reviewed by Josh Stone." [[audits.num-derive]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.3.3" notes = "All code written or reviewed by Josh Stone." [[audits.num-integer]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.1.45" notes = "All code written or reviewed by Josh Stone." [[audits.num-iter]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.1.43" notes = "All code written or reviewed by Josh Stone." [[audits.num-macros]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.1.40" notes = "All code written or reviewed by Josh Stone." [[audits.num-rational]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.4.1" notes = "All code written or reviewed by Josh Stone." [[audits.num-traits]] who = "Josh Stone " criteria = "safe-to-deploy" version = "0.2.15" notes = "All code written or reviewed by Josh Stone." [[audits.num_cpus]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.13.1 -> 1.14.0" [[audits.object]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.28.4 -> 0.30.0" [[audits.ohttp]] who = "Dana Keeler " 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 " criteria = "safe-to-deploy" delta = "0.2.2 -> 0.2.3" [[audits.once_cell]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.12.0 -> 1.13.1" [[audits.once_cell]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.13.1 -> 1.16.0" [[audits.ordered-float]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "3.0.0 -> 3.4.0" [[audits.origin-trial-token]] who = "Emilio Cobos Álvarez " 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 " criteria = "safe-to-deploy" delta = "6.1.0 -> 6.3.0" [[audits.os_str_bytes]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "6.3.0 -> 6.4.1" [[audits.packed_simd_2]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.7 -> 0.3.8" [[audits.parking_lot_core]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.8.5 -> 0.8.6" [[audits.paste]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.7 -> 1.0.8" [[audits.paste]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.8 -> 1.0.11" [[audits.pin-project]] who = "Mike Hommey " criteria = "safe-to-run" delta = "1.0.10 -> 1.0.12" [[audits.pin-project-internal]] who = "Mike Hommey " criteria = "safe-to-run" delta = "1.0.10 -> 1.0.12" [[audits.pkcs11-bindings]] who = "Dana Keeler " 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 " criteria = "safe-to-deploy" version = "0.1.1" [[audits.pkcs11-bindings]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.1 -> 0.1.4" [[audits.pkg-config]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.3.25 -> 0.3.26" [[audits.plane-split]] who = "Nicolas Silva " 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 " criteria = "safe-to-deploy" delta = "0.2.16 -> 0.2.17" [[audits.precomputed-hash]] who = "Bobby Holley " criteria = "safe-to-deploy" version = "0.1.1" notes = "This is a trivial crate." [[audits.prio]] who = "Simon Friedberger " 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 " criteria = "safe-to-deploy" version = "0.9.1" [[audits.proc-macro-hack]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.5.19 -> 0.5.20+deprecated" [[audits.proc-macro2]] who = "Nika Layzell " 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 " criteria = "safe-to-deploy" delta = "1.0.39 -> 1.0.43" [[audits.proc-macro2]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.43 -> 1.0.49" [[audits.profiling]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.6 -> 1.0.7" [[audits.qcms]] who = "Jeff Muizelaar " criteria = "safe-to-deploy" version = "0.2.0" [[audits.quote]] who = "Nika Layzell " 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 " criteria = "safe-to-deploy" delta = "1.0.18 -> 1.0.21" [[audits.quote]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.21 -> 1.0.23" [[audits.radium]] who = "Nika Layzell " 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` and `AtomicT`. """ [[audits.rand_core]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.6.3 -> 0.6.4" [[audits.range-map]] who = "Gabriele Svelto " criteria = "safe-to-deploy" version = "0.2.0" [[audits.raw-window-handle]] who = "Jim Blandy " 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 " 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 " criteria = "safe-to-deploy" delta = "1.5.3 -> 1.6.1" [[audits.rayon-core]] who = "Josh Stone " 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 " criteria = "safe-to-deploy" delta = "1.9.3 -> 1.10.1" [[audits.redox_syscall]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.13 -> 0.2.16" [[audits.regex]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.5.6 -> 1.6.0" [[audits.regex]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.6.0 -> 1.7.0" [[audits.regex-syntax]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.6.26 -> 0.6.27" [[audits.regex-syntax]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.6.27 -> 0.6.28" [[audits.rkv]] who = "Chris H-C " criteria = "safe-to-deploy" version = "0.18.2" notes = "Maintained by Jan-Erik and :krosylight." [[audits.ron]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.7.0 -> 0.7.1" [[audits.ron]] who = "Jim Blandy " criteria = "safe-to-deploy" delta = "0.7.1 -> 0.8.0" [[audits.rure]] who = "Nika Layzell " 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 " criteria = "safe-to-deploy" delta = "0.27.0 -> 0.28.0" [[audits.rust_decimal]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.24.0 -> 1.25.0" [[audits.rust_decimal]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.25.0 -> 1.26.1" [[audits.rust_decimal]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.26.1 -> 1.27.0" [[audits.rustc-hash]] who = "Bobby Holley " 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 " 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 " 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 " criteria = "safe-to-run" delta = "1.0.9 -> 1.0.11" [[audits.ryu]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.10 -> 1.0.11" [[audits.ryu]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.11 -> 1.0.12" [[audits.scoped-tls]] who = "Mike Hommey " criteria = "safe-to-run" delta = "1.0.0 -> 1.0.1" [[audits.scroll]] who = "Jan-Erik Rediger " 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 " 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 " 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 " criteria = "safe-to-deploy" delta = "1.0.9 -> 1.0.10" [[audits.semver]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.10 -> 1.0.13" [[audits.semver]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.13 -> 1.0.16" [[audits.serde]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.137 -> 1.0.143" [[audits.serde]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.143 -> 1.0.144" [[audits.serde]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.144 -> 1.0.151" [[audits.serde]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.151 -> 1.0.152" [[audits.serde_bytes]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.11.6 -> 0.11.7" [[audits.serde_bytes]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.11.7 -> 0.11.8" [[audits.serde_cbor]] who = "R. Martinho Fernandes " criteria = "safe-to-deploy" version = "0.11.1" [[audits.serde_cbor]] who = "John M. Schanck " criteria = "safe-to-deploy" delta = "0.11.1 -> 0.11.2" [[audits.serde_derive]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.137 -> 1.0.143" [[audits.serde_derive]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.143 -> 1.0.144" [[audits.serde_derive]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.144 -> 1.0.151" [[audits.serde_derive]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.151 -> 1.0.152" [[audits.serde_json]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.81 -> 1.0.83" [[audits.serde_json]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.83 -> 1.0.85" [[audits.serde_json]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.85 -> 1.0.91" [[audits.serde_repr]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.8 -> 0.1.9" [[audits.serde_repr]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.9 -> 0.1.10" [[audits.serde_yaml]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.8.24 -> 0.8.26" [[audits.servo_arc]] who = "Emilio Cobos Álvarez " criteria = "safe-to-deploy" version = "0.1.1" notes = "Developed in-tree, effectively." [[audits.sfv]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.9.2 -> 0.9.3" [[audits.sha1]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.10.0 -> 0.10.5" [[audits.sha2]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.10.2 -> 0.10.6" [[audits.slab]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.4.6 -> 0.4.7" [[audits.smallvec]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.8.0 -> 1.9.0" [[audits.smallvec]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.9.0 -> 1.10.0" [[audits.smart-default]] who = "Gabriele Svelto " criteria = "safe-to-deploy" version = "0.6.0" [[audits.socket2]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.4.4 -> 0.4.7" [[audits.svg_fmt]] who = "Bobby Holley " 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 " criteria = "safe-to-deploy" delta = "1.0.96 -> 1.0.99" [[audits.syn]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.99 -> 1.0.107" [[audits.synstructure]] who = "Nika Layzell " 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 " criteria = "safe-to-deploy" delta = "0.15.0 -> 0.15.2" [[audits.thin-vec]] who = "Aria Beingessner " 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 " criteria = "safe-to-deploy" delta = "0.2.5 -> 0.2.7" [[audits.thiserror]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.31 -> 1.0.32" [[audits.thiserror]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.32 -> 1.0.38" [[audits.thiserror-impl]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.31 -> 1.0.32" [[audits.thiserror-impl]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.32 -> 1.0.38" [[audits.threadbound]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.3 -> 0.1.4" [[audits.threadbound]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.4 -> 0.1.5" [[audits.time]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.44 -> 0.1.45" [[audits.time]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.3.9 -> 0.3.17" [[audits.time-core]] who = "Mike Hommey " criteria = "safe-to-run" version = "0.1.0" [[audits.time-macros]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.2.4 -> 0.2.6" [[audits.tinystr]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.3.4" [[audits.tinystr]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.6.0" [[audits.tinystr]] who = "Makoto Kato " 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 " criteria = "safe-to-run" delta = "1.8.0 -> 1.8.2" [[audits.tokio-stream]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.9 -> 0.1.11" [[audits.toml]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.5.9 -> 0.5.10" [[audits.topological-sort]] who = "Bobby Holley " 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 " criteria = "safe-to-run" delta = "0.3.1 -> 0.3.2" [[audits.tracing]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.35 -> 0.1.36" [[audits.tracing]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.36 -> 0.1.37" [[audits.tracing-attributes]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.21 -> 0.1.22" [[audits.tracing-attributes]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.22 -> 0.1.23" [[audits.tracing-core]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.27 -> 0.1.29" [[audits.tracing-core]] who = "Mike Hommey " criteria = "safe-to-run" delta = "0.1.29 -> 0.1.30" [[audits.tracy-rs]] who = "Glenn Watson " criteria = "safe-to-deploy" version = "0.1.2" [[audits.typed-arena-nomut]] who = "Lee Salzman " criteria = "safe-to-deploy" version = "0.1.0" [[audits.typenum]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.15.0 -> 1.16.0" [[audits.uluru]] who = "Emilio Cobos Álvarez " 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 " criteria = "safe-to-deploy" version = "0.9.0" [[audits.unic-langid]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.9.1" [[audits.unic-langid-impl]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.9.0" [[audits.unic-langid-impl]] who = "Makoto Kato " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.9.1" [[audits.unic-langid-macros]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.9.0" [[audits.unic-langid-macros]] who = "Makoto Kato " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.9.1" [[audits.unic-langid-macros-impl]] who = "Zibi Braniecki " criteria = "safe-to-deploy" version = "0.9.0" [[audits.unic-langid-macros-impl]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.9.1" [[audits.unicode-ident]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.0 -> 1.0.1" [[audits.unicode-ident]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.1 -> 1.0.3" [[audits.unicode-ident]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.0.3 -> 1.0.6" [[audits.unicode-normalization]] who = "Mike Hommey " 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 " criteria = "safe-to-deploy" delta = "0.1.20 -> 0.1.21" [[audits.unicode-normalization]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.21 -> 0.1.22" [[audits.unicode-segmentation]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "1.9.0 -> 1.10.0" [[audits.unicode-width]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.1.9 -> 0.1.10" [[audits.unicode-xid]] who = "Mike Hommey " criteria = "safe-to-deploy" delta = "0.2.3 -> 0.2.4" [[audits.uniffi]] who = "Travis Long " criteria = "safe-to-deploy" version = "0.19.3" notes = "Maintained by the Glean and Application Services teams" [[audits.uniffi]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "0.19.6 -> 0.20.0" [[audits.uniffi]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "0.21.0 -> 0.21.1" notes = "No changes." [[audits.uniffi_bindgen]] who = "Travis Long " criteria = "safe-to-deploy" version = "0.19.3" notes = "Maintained by the Glean and Application Services teams." [[audits.uniffi_bindgen]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "0.19.6 -> 0.20.0" [[audits.uniffi_bindgen]] who = "Jan-Erik Rediger " 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 " 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 " criteria = "safe-to-deploy" version = "0.19.3" notes = "Maintained by the Glean and Application Services teams." [[audits.uniffi_build]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "0.19.6 -> 0.20.0" [[audits.uniffi_build]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "0.21.0 -> 0.21.1" notes = "No changes." [[audits.uniffi_checksum_derive]] who = "Mike Hommey " criteria = "safe-to-deploy" version = "0.21.1" notes = "I authored this crate." [[audits.uniffi_macros]] who = "Travis Long " criteria = "safe-to-deploy" version = "0.19.3" notes = "Maintained by the Glean and Application Services teams." [[audits.uniffi_macros]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "0.19.6 -> 0.20.0" [[audits.uniffi_macros]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "0.21.0 -> 0.21.1" notes = "No changes." [[audits.uniffi_meta]] who = "Jan-Erik Rediger " criteria = "safe-to-deploy" version = "0.19.6" notes = "Maintained by the Glean and Application Services team." [[audits.uniffi_meta]] who = "Perry McManis " criteria = "safe-to-deploy" delta = "0.19.6 -> 0.20.0" [[audits.uniffi_meta]] who = "Jan-Erik Rediger " 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 " criteria = "safe-to-deploy" delta = "0.21.0 -> 0.21.1" notes = "I authored the changes in this version." [[audits.uuid]] who = "Gabriele Svelto " criteria = "safe-to-deploy" delta = "0.8.2 -> 1.2.2" [[audits.void]] who = "Bobby Holley " 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 " criteria = "safe-to-run" delta = "0.3.2 -> 0.3.3" [[audits.wasm-encoder]] who = "Ryan Hunt " 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 " 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 " criteria = "safe-to-deploy" delta = "0.14.0 -> 0.15.0" [[audits.wasm-encoder]] who = "Yury Delendik " criteria = "safe-to-deploy" delta = "0.16.0 -> 0.17.0" [[audits.wasm-encoder]] who = "Ryan Hunt " criteria = "safe-to-deploy" delta = "0.19.0 -> 0.19.1" [[audits.wasm-smith]] who = "Ryan Hunt " 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 " criteria = "safe-to-run" delta = "0.11.2 -> 0.11.3" [[audits.wasm-smith]] who = "Yury Delendik " criteria = "safe-to-run" delta = "0.11.4 -> 0.11.5" [[audits.wasm-smith]] who = "Ryan Hunt " criteria = "safe-to-run" delta = "0.11.7 -> 0.11.8" [[audits.wasmparser]] who = "Ryan Hunt " 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 " criteria = "safe-to-deploy" delta = "0.87.0 -> 0.88.0" [[audits.wasmparser]] who = "Yury Delendik " criteria = "safe-to-deploy" delta = "0.89.1 -> 0.91.0" [[audits.wasmparser]] who = "Ryan Hunt " criteria = "safe-to-deploy" delta = "0.93.0 -> 0.94.0" [[audits.wast]] who = "Ryan Hunt " criteria = "safe-to-deploy" version = "44.0.0" [[audits.wast]] who = "Ryan Hunt " 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 " criteria = "safe-to-deploy" delta = "44.0.0 -> 45.0.0" [[audits.wast]] who = "Yury Delendik " criteria = "safe-to-deploy" delta = "46.0.0 -> 47.0.0" [[audits.wast]] who = "Ryan Hunt " criteria = "safe-to-deploy" delta = "48.0.0 -> 49.0.0" [[audits.webdriver]] who = "Henrik Skupin " 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 " criteria = "safe-to-deploy" delta = "0.3.9 -> 0.3.10" [[audits.weedle2]] who = "Travis Long " criteria = "safe-to-deploy" version = "3.0.0" notes = "Maintained by the Glean and Application Services teams." [[audits.weedle2]] who = "Jan-Erik Rediger " 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 " 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 " criteria = "safe-to-deploy" delta = "0.12.0 -> 0.13.0" [[audits.wgpu-core]] who = "Jim Blandy " 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 " 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 " criteria = "safe-to-deploy" delta = "0.12.0 -> 0.13.0" [[audits.wgpu-hal]] who = "Jim Blandy " 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 " 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 " criteria = "safe-to-deploy" delta = "0.12.0 -> 0.13.0" [[audits.wgpu-types]] who = "Jim Blandy " 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 " 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 " 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 " criteria = "safe-to-deploy" version = "0.1.0" notes = "Written and maintained by Gfx team at Mozilla." [[audits.xmldecl]] who = "Henri Sivonen " 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 " criteria = "safe-to-run" delta = "0.6.2 -> 0.6.3"