# cargo-vet audits file [[audits.anyhow]] who = "Alex Crichton " criteria = "safe-to-deploy" delta = "1.0.62 -> 1.0.66" notes = """ This update looks to be related to minor fixes and mostly integrating with a nightly feature in the standard library for backtrace integration. No undue `unsafe` is added and nothing unsurprising for the `anyhow` crate is happening here. """ [[audits.arbitrary]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "1.1.0" notes = "I am the author of this crate." [[audits.arbitrary]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "1.1.4" notes = "I am the author of this crate." [[audits.arrayvec]] who = "Nick Fitzgerald " 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.atty]] who = "Alex Crichton " 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.backtrace]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.3.66" notes = "I am the author of this crate." [[audits.block-buffer]] who = "Benjamin Bouvier " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.10.2" [[audits.bumpalo]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "3.9.1" notes = "I am the author of this crate." [[audits.bumpalo]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "3.11.1" notes = "I am the author of this crate." [[audits.cap-fs-ext]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.26.0" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-fs-ext]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "1.0.1" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-primitives]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.26.0" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-primitives]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "1.0.1" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-rand]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.26.0" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-rand]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "1.0.1" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-std]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.26.0" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-std]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "1.0.1" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-tempfile]] who = "Dan Gohman " criteria = "safe-to-run" version = "0.26.0" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-tempfile]] who = "Dan Gohman " criteria = "safe-to-run" version = "1.0.1" notes = "The Bytecode Alliance is the author of this crate" [[audits.cap-time-ext]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.26.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.cap-time-ext]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "1.0.1" notes = "The Bytecode Alliance is the author of this crate." [[audits.cast]] who = "Alex Crichton " criteria = "safe-to-run" delta = "0.2.7 -> 0.3.0" notes = """ This release appears to have brought support for 128-bit integers and removed a `transmute` around converting between float bits and the float itself. Otherwise no major changes except what was presumably minor API breaking changes due to the major version bump. """ [[audits.cc]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.73" notes = "I am the author of this crate." [[audits.cfg-if]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.0" notes = "I am the author of this crate." [[audits.codespan-reporting]] who = "Jamey Sharp " criteria = "safe-to-deploy" version = "0.11.1" notes = "This library uses `forbid(unsafe_code)` and has no filesystem or network I/O." [[audits.criterion]] who = "Alex Crichton " criteria = "safe-to-run" delta = "0.3.5 -> 0.3.6" notes = """ There were no major changes to code in this update, mostly just stylistic and updating some version dependency requirements. """ [[audits.criterion-plot]] who = "Alex Crichton " criteria = "safe-to-run" delta = "0.4.4 -> 0.4.5" notes = """ No major changes in this update, it was almost entirely stylistic with what appears to be a few clippy fixes here and there. """ [[audits.crypto-common]] who = "Benjamin Bouvier " criteria = "safe-to-deploy" version = "0.1.3" [[audits.derive_arbitrary]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "1.1.0" notes = "I am the author of this crate." [[audits.derive_arbitrary]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "1.1.4" notes = "I am the author of this crate." [[audits.digest]] who = "Benjamin Bouvier " criteria = "safe-to-deploy" delta = "0.9.0 -> 0.10.3" [[audits.file-per-thread-logger]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.1.5" notes = """ Contains no unsafe code but does write log files to the filesystem. Log files are only created when requested by the application, however, and otherwise only does its stated purpose. """ [[audits.form_urlencoded]] who = "Alex Crichton " 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.fs-set-times]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.18.0" notes = "I am the author of this crate." [[audits.heck]] who = "Alex Crichton " 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.id-arena]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "2.2.1" notes = "I am the author of this crate." [[audits.idna]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.3.0" notes = """ This is a crate without unsafe code or usage of the standard library. The large size of this crate comes from the large generated unicode tables file. This crate is broadly used throughout the ecosystem and does not contain anything suspicious. """ [[audits.indexmap-nostd]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.4.0" notes = """ I've verified that this is a sliced-down version of the `indexmap` crate which is otherwise certified. This doesn't contain unnecessary `unsafe` and additionally doesn't reach for ambient capabilities. """ [[audits.io-extras]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.17.0" notes = "I am the author of this crate." [[audits.io-lifetimes]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "1.0.3" notes = "I am the author of this crate." [[audits.is-terminal]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.3.0" notes = "Contains only unsafe code for interacting with the crate's intended purpose." [[audits.is-terminal]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.4.1" notes = "Contains only unsafe code for interacting with the crate's intended purpose." [[audits.leb128]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "0.2.5" notes = "I am the author of this crate." [[audits.libfuzzer-sys]] who = "Nick Fitzgerald " criteria = "safe-to-run" delta = "0.4.3 -> 0.4.4" notes = "I am the author of this crate." [[audits.libfuzzer-sys]] who = "Nick Fitzgerald " criteria = "safe-to-run" delta = "0.4.4 -> 0.4.5" notes = "I am the author of this crate." [[audits.libm]] who = "Alex Crichton " criteria = "safe-to-deploy" delta = "0.2.2 -> 0.2.4" notes = """ This diff primarily fixes a few issues with the `fma`-related functions, but also contains some other minor fixes as well. Everything looks A-OK and as expected. """ [[audits.linux-raw-sys]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.1.3" notes = "I am the author of this crate." [[audits.memfd]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.6.1" notes = """ Does not interact with the system in any way than otherwise instructed to. Contains unsafe blocks but are encapsulated and required for the operation at hand. """ [[audits.memfd]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.6.2" notes = """ The only changes from 0.6.1 were from my own PR which updated memfd to newer dependencies. """ [[audits.memory_units]] who = "Alex Crichton " criteria = "safe-to-run" delta = "0.3.0 -> 0.4.0" notes = """ This bump only changed from a function to an associated `const` and trivially contains no significant changes. """ [[audits.openvino]] who = "Matthew Tamayo-Rios " criteria = "safe-to-deploy" version = "0.4.2" notes = """ I am the author of most of these changes. """ [[audits.openvino-finder]] who = "Matthew Tamayo-Rios " criteria = "safe-to-deploy" delta = "0.4.1 -> 0.4.2" notes = """ Only updates to Cargo file for versioning. """ [[audits.openvino-sys]] who = "Matthew Tamayo-Rios " criteria = "safe-to-deploy" delta = "0.4.1 -> 0.4.2" notes = """ Only updates to tests to use new rust functions for mut pointers. """ [[audits.peeking_take_while]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" version = "1.0.0" notes = "I am the author of this crate." [[audits.percent-encoding]] who = "Alex Crichton " 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.pulldown-cmark]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.8.0" notes = """ This crate has `unsafe` blocks and they're all related to SIMD-acceleration and are otherwise not doing other `unsafe` operations. Additionally the crate does not do anything other than markdown rendering as is expected. """ [[audits.regalloc2]] who = "Jamey Sharp " criteria = "safe-to-deploy" delta = "0.3.1 -> 0.3.2" notes = "The Bytecode Alliance is the author of this crate." [[audits.regalloc2]] who = "Chris Fallin " criteria = "safe-to-deploy" delta = "0.3.2 -> 0.4.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.regalloc2]] who = "Chris Fallin " criteria = "safe-to-deploy" delta = "0.4.0 -> 0.4.1" notes = "The Bytecode Alliance is the author of this crate." [[audits.regalloc2]] who = "Nick Fitzgerald " criteria = "safe-to-deploy" delta = "0.4.1 -> 0.4.2" notes = "The Bytecode Alliance is the author of this crate." [[audits.regalloc2]] who = "Trevor Elliott " criteria = "safe-to-deploy" delta = "0.4.2 -> 0.5.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.regalloc2]] who = "Trevor Elliott " criteria = "safe-to-deploy" delta = "0.5.0 -> 0.5.1" notes = "The Bytecode Alliance is the author of this crate." [[audits.rustc-demangle]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.1.21" notes = "I am the author of this crate." [[audits.rustix]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.36.4" notes = "The Bytecode Alliance is the author of this crate." [[audits.rustix]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.36.7" notes = "The Bytecode Alliance is the author of this crate." [[audits.sha2]] who = "Benjamin Bouvier " criteria = "safe-to-deploy" delta = "0.9.9 -> 0.10.2" notes = "This upgrade is mostly a code refactor, as far as I can tell. No new uses of unsafe nor any new ambient capabilities usage." [[audits.spin]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.9.4" notes = """ I've verified the contents of this crate and that while they contain `unsafe` it's exclusively around implementing atomic primitive where some `unsafe` is to be expected. Otherwise this crate does not unduly access ambient capabilities and does what it says on the tin, providing spin-based synchronization primitives. """ [[audits.system-interface]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.23.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.system-interface]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.25.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.tinyvec]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.6.0" notes = """ This crate, while it implements collections, does so without `std::*` APIs and without `unsafe`. Skimming the crate everything looks reasonable and what one would expect from idiomatic safe collections in Rust. """ [[audits.tinyvec_macros]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.1.0" notes = """ This is a trivial crate which only contains a singular macro definition which is intended to multiplex across the internal representation of a tinyvec, presumably. This trivially doesn't contain anything bad. """ [[audits.unicase]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "2.6.0" notes = """ This crate contains no `unsafe` code and no unnecessary use of the standard library. """ [[audits.unicode-bidi]] who = "Alex Crichton " 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.unicode-normalization]] who = "Alex Crichton " 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.url]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "2.3.1" notes = """ This crate contains no `unsafe` code and otherwise doesn't use any functionality it's not supposed to from `std` or such. This crate is the defacto standard for URL parsing in the Rust community with widespread usage to battle-test, harden, and suss out bugs. I've historically reviewed this crate in the past and it is similar to what it once was back then. Skimming over the crate there is nothing suspicious and it's everything you'd expect a Rust URL parser to be. """ [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.14.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.15.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.16.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.17.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.18.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.19.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.20.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.21.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-encoder]] who = "Alex Crichton " criteria = "safe-to-deploy" delta = "0.19.0 -> 0.19.1" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.5" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.6" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.7" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.8" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.9" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.2.10" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.2.11" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.2.12" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.2.13" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-mutate]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.2.14" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.11.2" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.11.3" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.11.4" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.11.5" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.11.6" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.11.7" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.11.8" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.11.9" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.11.10" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasm-smith]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.11.11" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmi]] who = "Robin Freyler " criteria = "safe-to-run" version = "0.20.0" notes = """ I am the author of this crate. It contains unsafe Rust code. However, the crate does not read or write data from any parts of the filesystem, it does not install software upon compilation e.g. via build scripts, it does not connect to network endpoints and does not misuse system resources. If any of the above happens it is either by the user explicitly telling the crate to do so (it is an interpreter) or due to a bug or other unintended behavior. """ [[audits.wasmi_arena]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.1.0" notes = """ This crate contains no `unsafe` code and doesn't reach in unnecessarily to the standard library or anything like that. This only contains a few data structures used by `wasmi` and various idiomatic Rust trait implementations. """ [[audits.wasmi_core]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.4.0" notes = """ This crate contains no `unsafe` code and otherwise is only the bits and bobs for the internals of a wasm implementation. Reading over this crate there is no unexpected usage of the filesystem or things like that and otherwise is mostly plumbing for all the integer operations in core wasm. """ [[audits.wasmi_core]] who = "Robin Freyler " criteria = "safe-to-run" version = "0.5.0" notes = "See notes for version 0.4.0" [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.87.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.88.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.89.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.89.1" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.91.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.92.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.93.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.94.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.95.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.96.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.97.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmparser-nostd]] who = "Alex Crichton " criteria = "safe-to-run" version = "0.91.0" notes = """ I have certified that this crate is a one-to-one fork of `wasmparser` with updates exclusively for the usage on targets without the standard library. This crate is otherwise primarily authored by the Bytecode Alliance and otherwise certified. """ [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.37" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.38" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.39" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.40" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.41" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.42" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.43" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.44" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.45" notes = "The Bytecode Alliance is the author of this crate." [[audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.2.46" notes = "The Bytecode Alliance is the author of this crate." [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "35.0.2" notes = "The Bytecode Alliance is the author of this crate." [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "44.0.0" notes = "The Bytecode Alliance is the author of this crate" [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "45.0.0" notes = "The Bytecode Alliance is the author of this crate" [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "46.0.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "47.0.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "47.0.1" notes = "The Bytecode Alliance is the author of this crate." [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "48.0.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "49.0.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "50.0.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "51.0.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wat]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.46" notes = "The Bytecode Alliance is the author of this crate." [[audits.wat]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.47" notes = "The Bytecode Alliance is the author of this crate." [[audits.wat]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.48" notes = "The Bytecode Alliance is the author of this crate." [[audits.wat]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.50" notes = "The Bytecode Alliance is the author of this crate." [[audits.wat]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.51" notes = "The Bytecode Alliance is the author of this crate." [[audits.wat]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.52" notes = "The Bytecode Alliance is the author of this crate." [[audits.wat]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "1.0.53" notes = "The Bytecode Alliance is the author of this crate." [[audits.wat]] who = "Alex Crichton " criteria = "safe-to-deploy" delta = "1.0.48 -> 1.0.49" notes = "The Bytecode Alliance is the author of this crate." [[audits.windows-sys]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.42.0" notes = "This is a Windows API bindings library maintained by Microsoft themselves." [[audits.windows_aarch64_gnullvm]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.42.0" notes = "This is a Windows API bindings library maintained by Microsoft themselves." [[audits.windows_aarch64_msvc]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.42.0" notes = "This is a Windows API bindings library maintained by Microsoft themselves." [[audits.windows_i686_gnu]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.42.0" notes = "This is a Windows API bindings library maintained by Microsoft themselves." [[audits.windows_i686_msvc]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.42.0" notes = "This is a Windows API bindings library maintained by Microsoft themselves." [[audits.windows_x86_64_gnu]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.42.0" notes = "This is a Windows API bindings library maintained by Microsoft themselves." [[audits.windows_x86_64_gnullvm]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.42.0" notes = "This is a Windows API bindings library maintained by Microsoft themselves." [[audits.windows_x86_64_msvc]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.42.0" notes = "This is a Windows API bindings library maintained by Microsoft themselves." [[audits.winx]] who = "Dan Gohman " criteria = "safe-to-deploy" version = "0.34.0" notes = "I am the author of this crate." [[audits.wit-parser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.3.0" notes = "The Bytecode Alliance is the author of this crate." [[audits.wit-parser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.3.1" notes = "The Bytecode Alliance is the author of this crate." [[audits.wit-parser]] who = "Alex Crichton " criteria = "safe-to-deploy" version = "0.4.0" notes = "The Bytecode Alliance is the author of this crate."